Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 569c00a

Browse files
committed
Improved loading screen
1 parent 69ccd67 commit 569c00a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def __init__(self):
9090
self.check_denymanagerupdate.stateChanged.connect(
9191
self.denyManagerUpdate)
9292

93-
# Perform status update
93+
# Perform status update after window visible
9494
self.showEvent = self.statusUpdate()
9595

9696
# Execute once window is loaded before listeners are enabled

res/manager.ui

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ QPushButton:pressed
251251
</attribute>
252252
<widget class="QPushButton" name="bt_master">
253253
<property name="enabled">
254-
<bool>true</bool>
254+
<bool>false</bool>
255255
</property>
256256
<property name="geometry">
257257
<rect>
@@ -281,7 +281,7 @@ QPushButton{
281281
}</string>
282282
</property>
283283
<property name="text">
284-
<string>Install</string>
284+
<string>Loading...</string>
285285
</property>
286286
</widget>
287287
<widget class="QFrame" name="infoFrame">
@@ -348,7 +348,7 @@ QPushButton{
348348
<string notr="true">color:white;</string>
349349
</property>
350350
<property name="text">
351-
<string>Please wait..</string>
351+
<string>Please wait</string>
352352
</property>
353353
<property name="alignment">
354354
<set>Qt::AlignCenter</set>
@@ -651,7 +651,7 @@ QPushButton:hover
651651
}</string>
652652
</property>
653653
<property name="text">
654-
<string>Close manager after update,install,etc</string>
654+
<string>Close manager after update, install, etc</string>
655655
</property>
656656
<property name="iconSize">
657657
<size>

0 commit comments

Comments
 (0)