mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 20:35:32 -07:00
Manager: Implement defaults for manager config
Enable update checker by default
This commit is contained in:
@@ -109,8 +109,6 @@ VMManagerMainWindow::
|
||||
ui->actionHide_tool_bar->setChecked(!!config->getStringValue("hide_tool_bar").toInt());
|
||||
if (ui->actionHide_tool_bar->isChecked())
|
||||
ui->toolBar->setVisible(false);
|
||||
else
|
||||
config->setStringValue("hide_tool_bar", "0");
|
||||
if (!!config->getStringValue("window_remember").toInt()) {
|
||||
QString coords = config->getStringValue("window_coordinates");
|
||||
if (!coords.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user