aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_gui
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_gui')
-rw-r--r--hypervideo_gui/main_ui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/hypervideo_gui/main_ui.py b/hypervideo_gui/main_ui.py
index 0adfe5b..474b6a7 100644
--- a/hypervideo_gui/main_ui.py
+++ b/hypervideo_gui/main_ui.py
@@ -106,7 +106,6 @@ class MainWindow(QMainWindow):
self.setGeometry(0, 0, 600, 250)
self.setFixedSize(600, 250)
self.setStyleSheet(ui_style_sheet(self))
- self.setWindowIcon(QIcon.fromTheme("video-playlist"))
# Menu
main_menu = self.menuBar()