small fix to show init volume instead of nothing
authorShane Pepperell <shane.pepperell@me.com>
Sun, 15 Jan 2023 02:45:28 +0000 (02:45 +0000)
committerShane Pepperell <shane.pepperell@me.com>
Sun, 15 Jan 2023 02:45:28 +0000 (02:45 +0000)
announcer/window.py

index 1ebe1a5f865fa3ab92b5095daa73b66572bc33bb..d339b589d7e94da6012c89741306b8437f05d29f 100644 (file)
@@ -37,7 +37,7 @@ class MainWindow(QtWidgets.QMainWindow):
         self.mute_button = QtWidgets.QPushButton("Mute")
         self.test_volume_button = QtWidgets.QPushButton("Test sound")
         self.headerlabel = QtWidgets.QLabel("Hello World")
-        self.volume_level_label = QtWidgets.QLabel("Volume:")
+        self.volume_level_label = QtWidgets.QLabel("Volume: 50%")
         self.packlabel = QtWidgets.QLabel("Sound Pack:")
         self.sound_pack = QtWidgets.QComboBox()
         self.sound_pack.addItems(SOUND_PACKS)