aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-12-31 14:17:29 -0500
committerJesús <heckyel@hyperbola.info>2019-12-31 14:17:29 -0500
commit1683d270ed9c82ba21a9b185fdcfa75194d988cf (patch)
tree18a5bdcbffd8d530a351de0f42dcad475a0fe0c4
parent5b44781e3be68c5c6d7cbc6034e85111613eb36d (diff)
downloadhypervideo-gui-1683d270ed9c82ba21a9b185fdcfa75194d988cf.tar.lz
hypervideo-gui-1683d270ed9c82ba21a9b185fdcfa75194d988cf.tar.xz
hypervideo-gui-1683d270ed9c82ba21a9b185fdcfa75194d988cf.zip
fix directory config
-rw-r--r--hypervideo_gui/main_ui.py2
1 files changed, 1 insertions, 1 deletions
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")