Skip to content
Snippets Groups Projects
Commit f0b736ca authored by hluk's avatar hluk
Browse files

Allow to set "tray_menu_open_on_left_click" option from command line


Signed-off-by: default avatarLukas Holecek <hluk@email.cz>
parent 90d9f403
No related branches found
No related tags found
No related merge requests found
......@@ -331,6 +331,7 @@ void ConfigurationManager::initOptions()
bind<Config::save_delay_ms_on_item_moved>();
bind<Config::save_delay_ms_on_item_edited>();
bind<Config::save_on_app_deactivated>();
bind<Config::tray_menu_open_on_left_click>();
}
template <typename Config, typename Widget>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment