mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 16:15:13 +00:00
Remove version from the .desktop file
Some desktop environments hide the launcher if they don't know the version
This commit is contained in:
@@ -636,6 +636,9 @@ void NewVersionLaunched(int oldVersion) {
|
||||
Core::Restart(); // restart with X backend
|
||||
}
|
||||
}
|
||||
if (oldVersion <= 4001001 && cAutoStart()) {
|
||||
AutostartToggle(true);
|
||||
}
|
||||
}
|
||||
|
||||
namespace ThirdParty {
|
||||
|
@@ -1,5 +1,4 @@
|
||||
[Desktop Entry]
|
||||
Version=1.5
|
||||
Name=Telegram Desktop
|
||||
Comment=Official desktop version of Telegram messaging app
|
||||
TryExec=telegram-desktop
|
||||
|
Reference in New Issue
Block a user