From bfb54c3f8fd312f7792fe92a2e7e0bea5682088c Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Tue, 1 Feb 2022 12:13:18 +0100 Subject: [PATCH] Fix for config file not existing --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 195fbef..7385a7c 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -169,6 +169,7 @@ void MainWindow::loadSettings() m_url_slots[i-1] = settings.value(key, "ws://localhost:1234/path/to/ws").toString(); } loadSelectedUrl(); + saveSettings(); } void MainWindow::loadSelectedUrl()