mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-07 11:35:44 -05:00
Use XDG Desktop Portal to autostart the flatpak
This commit is contained in:
parent
8f03f2f59e
commit
b5827aa25f
4 changed files with 60 additions and 0 deletions
|
|
@ -97,6 +97,9 @@ static const QHash<Config::ConfigKey, ConfigDirective> configStrings = {
|
|||
{Config::GUI_HidePreviewPanel, {QS("GUI/HidePreviewPanel"), Roaming, false}},
|
||||
{Config::GUI_AlwaysOnTop, {QS("GUI/GUI_AlwaysOnTop"), Local, false}},
|
||||
{Config::GUI_ToolButtonStyle, {QS("GUI/ToolButtonStyle"), Roaming, Qt::ToolButtonIconOnly}},
|
||||
#ifdef KEEPASSXC_DIST_FLATPAK
|
||||
{Config::GUI_LaunchAtStartup, {QS("GUI/LaunchAtStartup"), Roaming, false}},
|
||||
#endif
|
||||
{Config::GUI_ShowTrayIcon, {QS("GUI/ShowTrayIcon"), Roaming, false}},
|
||||
{Config::GUI_TrayIconAppearance, {QS("GUI/TrayIconAppearance"), Roaming, {}}},
|
||||
{Config::GUI_MinimizeToTray, {QS("GUI/MinimizeToTray"), Roaming, false}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue