revert changes to settings and used menu for shortcuts

Signed-off-by: sshcrack <34072808+sshcrack@users.noreply.github.com>
This commit is contained in:
sshcrack
2024-10-25 10:39:03 +02:00
parent 59efca764c
commit b182a888aa
6 changed files with 293 additions and 344 deletions

View File

@@ -701,9 +701,6 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)
m_settings->registerSetting("InstSortMode", "Name");
m_settings->registerSetting("SelectedInstance", QString());
// Shortcut creation
m_settings->registerSetting("ShortcutCreationMode", "Desktop");
// Window state and geometry
m_settings->registerSetting("MainWindowState", "");
m_settings->registerSetting("MainWindowGeometry", "");