From bb6cd82f6d45861680673956d3d5385c540ee505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sat, 22 Jan 2022 01:05:38 +0000 Subject: [PATCH] Fix a comment. --- src/gui/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp index 52b0a44..c9177b3 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -119,7 +119,7 @@ void MainWindow::setupObjectNames() void MainWindow::setDisallowOtherDevices() { // We need to store that we are hiding this for this session only - // but only if it's currently visible (ie, the user didn't selected + // but only if it's currently visible (ie, the user didn't select // that it should be hidden on purpose. if (m_DockDevices->isVisible() == true) { Config::self()->setHideDeviceDockWidgetByCmdArgs(true);