aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <leo3758@riseup.net>2023-06-25 10:11:58 -0300
committerGitHub <noreply@github.com>2023-06-25 10:11:58 -0300
commit953a2590e27954a3b1d163224bd343bb75a62b69 (patch)
treec3630663a83406a23085bd523db0932699e86389
parent4f0ec908ecc0c14c1ffe8e9631d031c754e3540a (diff)
downloadPrismLauncher-953a2590e27954a3b1d163224bd343bb75a62b69.tar.gz
PrismLauncher-953a2590e27954a3b1d163224bd343bb75a62b69.tar.bz2
PrismLauncher-953a2590e27954a3b1d163224bd343bb75a62b69.zip
Add fixme comment for no SSD detection
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Leo <leo3758@riseup.net>
-rw-r--r--launcher/ui/MainWindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/ui/MainWindow.cpp b/launcher/ui/MainWindow.cpp
index 9b8db1ae..7e2c4acf 100644
--- a/launcher/ui/MainWindow.cpp
+++ b/launcher/ui/MainWindow.cpp
@@ -221,6 +221,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWi
setInstanceActionsEnabled(false);
// add a close button at the end of the main toolbar when running on gamescope / steam deck
+ // FIXME: detect if we don't have server side decorations instead
if (qgetenv("XDG_CURRENT_DESKTOP") == "gamescope") {
ui->mainToolBar->addAction(ui->actionCloseWindow);
}