Fix a comment.

This commit is contained in:
Andrius Štikonas 2022-01-22 01:05:38 +00:00
parent 4f0ff7b63a
commit bb6cd82f6d
1 changed files with 1 additions and 1 deletions

View File

@ -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);