Fix for config file not existing
This commit is contained in:
@@ -169,6 +169,7 @@ void MainWindow::loadSettings()
|
|||||||
m_url_slots[i-1] = settings.value(key, "ws://localhost:1234/path/to/ws").toString();
|
m_url_slots[i-1] = settings.value(key, "ws://localhost:1234/path/to/ws").toString();
|
||||||
}
|
}
|
||||||
loadSelectedUrl();
|
loadSelectedUrl();
|
||||||
|
saveSettings();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::loadSelectedUrl()
|
void MainWindow::loadSelectedUrl()
|
||||||
|
Reference in New Issue
Block a user