aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorDioEgizio <83089242+DioEgizio@users.noreply.github.com>2022-12-11 20:35:15 +0100
committerDioEgizio <83089242+DioEgizio@users.noreply.github.com>2022-12-11 20:35:39 +0100
commit9eb14e6b9bba0bf3693d1c1d81085c425224edc5 (patch)
tree9ab8b8eed0cac3171274bb4270d85edafb4b5b3f /launcher
parent7cc42269a9361054d6190196d073c0be90cabf2a (diff)
downloadPrismLauncher-9eb14e6b9bba0bf3693d1c1d81085c425224edc5.tar.gz
PrismLauncher-9eb14e6b9bba0bf3693d1c1d81085c425224edc5.tar.bz2
PrismLauncher-9eb14e6b9bba0bf3693d1c1d81085c425224edc5.zip
fix: remove leftover TODO
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to 'launcher')
-rw-r--r--launcher/ui/MainWindow.cpp2
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);