We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ddc47d commit ccb1323Copy full SHA for ccb1323
src/settingsview.cpp
@@ -35,7 +35,7 @@ SettingsView::SettingsView(QWidget *parent)
35
ui->moveToTrashLabel->setText(gt("move-files-to-trash"));
36
ui->reopenTabLabel->setText(gt("open-previous-tabs-at-startup"));
37
#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
38
- ui->line_5->hide();
+ ui->lineMonitor->hide();
39
ui->moveToTrashLabel->hide();
40
ui->moveToTrashToggle->hide();
41
#endif
0 commit comments