mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-02 03:26:14 -04:00
Fix autostart .desktop file
It had "Version=1.0true", which seems wrong
This commit is contained in:
parent
618c1166ce
commit
7078086b50
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue