Skip to content

Commit

Permalink
Restore sleep action for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymphatus committed Jan 7, 2024
1 parent 6c47718 commit 5666f59
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/dialogs/PreferencesDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ PreferencesDialog::PreferencesDialog(QWidget* parent)
ui->changesAfterRestartTheme_LabelIcon->setVisible(false);
ui->restart_Button->setVisible(false);

#if !defined(Q_OS_WIN) && !defined(Q_OS_MAC)
ui->postCompressionAction_ComboBox->removeItem(PostCompressionAction::SLEEP);
#endif
this->setupConnections();
}

Expand Down

0 comments on commit 5666f59

Please sign in to comment.