mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +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 {
|
||||
|
Reference in New Issue
Block a user