mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Fix autostart .desktop file
It had "Version=1.0true", which seems wrong
This commit is contained in:
parent
618c1166ce
commit
7078086b50
@ -104,7 +104,7 @@ void NixUtils::setLaunchAtStartup(bool enable)
|
||||
<< QStringLiteral("StartupNotify=true") << '\n'
|
||||
<< QStringLiteral("Terminal=false") << '\n'
|
||||
<< QStringLiteral("Type=Application") << '\n'
|
||||
<< QStringLiteral("Version=1.0") << "true" << '\n'
|
||||
<< QStringLiteral("Version=1.0") << '\n'
|
||||
<< QStringLiteral("Categories=Utility;Security;Qt;") << '\n'
|
||||
<< QStringLiteral("MimeType=application/x-keepass2;") << '\n'
|
||||
<< QStringLiteral("X-GNOME-Autostart-enabled=true") << '\n'
|
||||
|
Loading…
Reference in New Issue
Block a user