annotate tony.desktop @ 673:90ee5448c205
Fix inconsistency between MainWindow and Analyser in the default value of the lowampsuppression option, and enforce default values in a single place. As it stood, the menu option was showing "checked" (on first run) but the parameter was actually unset until you toggled it or used the reset-to-default function.
author |
Chris Cannam |
date |
Mon, 18 Nov 2019 15:07:19 +0000 |
parents |
8c6e87a89101 |
children |
|
rev |
line source |
Chris@463
|
1 [Desktop Entry]
|
Chris@463
|
2 Name=Tony
|
Chris@463
|
3 Exec=tony %U
|
Chris@463
|
4 Keywords=audio; sound; melody; singing;
|
Chris@463
|
5 Terminal=false
|
Chris@463
|
6 Type=Application
|
Chris@615
|
7 Icon=tony-icon
|
Chris@463
|
8 Categories=Audio;AudioVideo;
|
Chris@615
|
9 MimeType=application/x-tony;application/x-ogg;audio/mp3;audio/ogg;audio/mpeg;audio/mpegurl;audio/x-flac;audio/x-mp3;audio/x-mpeg;audio/x-mpegurl;audio/x-wav;audio/wav;application/ogg;audio/x-vorbis+ogg;
|