diff options
| author | tassaron | 2017-06-26 19:07:49 -0400 |
|---|---|---|
| committer | tassaron | 2017-06-26 19:07:49 -0400 |
| commit | a95ecd7e42b3e6b199f7bcdbe363faa8e765f869 (patch) | |
| tree | 9ef6aaf8ba61eb0acd5706456528229c52b7ba62 /src/mainwindow.py | |
| parent | 0c394d77e388adb91beee210a9b66652db9d17cb (diff) | |
added visualizer options + invalid presets get ignored
Diffstat (limited to 'src/mainwindow.py')
| -rw-r--r-- | src/mainwindow.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.py b/src/mainwindow.py index a406a7d..5068108 100644 --- a/src/mainwindow.py +++ b/src/mainwindow.py @@ -13,6 +13,7 @@ import video_thread from presetmanager import PresetManager from main import LoadDefaultSettings, disableWhenEncoding + class PreviewWindow(QtWidgets.QLabel): def __init__(self, parent, img): super(PreviewWindow, self).__init__() |
