diff options
author | flow <flowlnlnln@gmail.com> | 2022-12-11 13:02:08 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-11 13:02:08 -0800 |
commit | 6eb641ae56a509bb189bd27cc5e169ea1d173b4c (patch) | |
tree | 9ab8b8eed0cac3171274bb4270d85edafb4b5b3f | |
parent | 7cc42269a9361054d6190196d073c0be90cabf2a (diff) | |
parent | 9eb14e6b9bba0bf3693d1c1d81085c425224edc5 (diff) | |
download | PrismLauncher-6eb641ae56a509bb189bd27cc5e169ea1d173b4c.tar.gz PrismLauncher-6eb641ae56a509bb189bd27cc5e169ea1d173b4c.tar.bz2 PrismLauncher-6eb641ae56a509bb189bd27cc5e169ea1d173b4c.zip |
Merge pull request #585 from DioEgizio/remove-leftover-todo
-rw-r--r-- | launcher/ui/MainWindow.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/launcher/ui/MainWindow.cpp b/launcher/ui/MainWindow.cpp index cc81d8e3..2f1976cc 100644 --- a/launcher/ui/MainWindow.cpp +++ b/launcher/ui/MainWindow.cpp @@ -779,8 +779,6 @@ public: actionCreateInstanceShortcut->setObjectName(QStringLiteral("actionCreateInstanceShortcut")); actionCreateInstanceShortcut.setTextId(QT_TRANSLATE_NOOP("MainWindow", "Create Shortcut")); actionCreateInstanceShortcut.setTooltipId(QT_TRANSLATE_NOOP("MainWindow", "Creates a shortcut on your desktop to launch the selected instance.")); - //actionCreateInstanceShortcut->setShortcut(QKeySequence(tr("Ctrl+D"))); // TODO - // FIXME missing on Legacy, Flat and Flat (White) actionCreateInstanceShortcut->setIcon(APPLICATION->getThemedIcon("shortcut")); all_actions.append(&actionCreateInstanceShortcut); |