aboutsummaryrefslogtreecommitdiffstats
path: root/SoundboardUpdater.py
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2026-07-24 22:46:24 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2026-07-24 22:46:24 +0530
commit130ca2c3b8d871fd32db91924eb67c991ad72fb3 (patch)
treef255738a4a4ac04c01ea24f06ff9e195a797259e /SoundboardUpdater.py
parentf741642a63799a45017b2fa62db25932e526b2f3 (diff)
removed updater coming soon message
Diffstat (limited to 'SoundboardUpdater.py')
-rw-r--r--SoundboardUpdater.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SoundboardUpdater.py b/SoundboardUpdater.py
index 51674b6..445b4bc 100644
--- a/SoundboardUpdater.py
+++ b/SoundboardUpdater.py
@@ -46,7 +46,7 @@ class SoundboardUpdaterWindow(QWidget):
self.setFixedSize(300, 180)
self.layout = QVBoxLayout(self)
- self.status_label = QLabel("Updater coming soon")
+ self.status_label = QLabel("Checking for updates...")
self.layout.addWidget(self.status_label)
self.btn_layout = QVBoxLayout()