mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02: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:
parent
5fc7caeec9
commit
f1092753fc
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue