mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-06 05:16:59 +03:00
remove useless setEnabled calls
Signed-off-by: leo78913 <leo3758@riseup.net>
This commit is contained in:
parent
f16989bea9
commit
4ed4fb2314
1 changed files with 0 additions and 2 deletions
|
|
@ -210,8 +210,6 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWi
|
|||
|
||||
// disabled until we have an instance selected
|
||||
ui->instanceToolBar->setEnabled(false);
|
||||
ui->actionKillInstance->setEnabled(false);
|
||||
ui->actionLaunchInstance->setEnabled(false);
|
||||
setInstanceActionsEnabled(false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue