From 1683d270ed9c82ba21a9b185fdcfa75194d988cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 31 Dec 2019 14:17:29 -0500 Subject: fix directory config --- hypervideo_gui/main_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hypervideo_gui/main_ui.py') diff --git a/hypervideo_gui/main_ui.py b/hypervideo_gui/main_ui.py index a676143..e9a2522 100644 --- a/hypervideo_gui/main_ui.py +++ b/hypervideo_gui/main_ui.py @@ -58,7 +58,7 @@ class MainWindow(QMainWindow): self.out_folder_path = '/tmp/' - self.settings = QSettings('YouTubeDL', 'YTDL') + self.settings = QSettings('hypervideo-gui', 'main') self.setAttribute(Qt.WA_DeleteOnClose) self.create_status_bar() pyfile = QStandardPaths.findExecutable("hypervideo") -- cgit v1.2.3