diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-31 14:17:29 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-31 14:17:29 -0500 |
commit | 1683d270ed9c82ba21a9b185fdcfa75194d988cf (patch) | |
tree | 18a5bdcbffd8d530a351de0f42dcad475a0fe0c4 | |
parent | 5b44781e3be68c5c6d7cbc6034e85111613eb36d (diff) | |
download | hypervideo-gui-1683d270ed9c82ba21a9b185fdcfa75194d988cf.tar.lz hypervideo-gui-1683d270ed9c82ba21a9b185fdcfa75194d988cf.tar.xz hypervideo-gui-1683d270ed9c82ba21a9b185fdcfa75194d988cf.zip |
fix directory config
-rw-r--r-- | hypervideo_gui/main_ui.py | 2 |
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") |