fix(ManagedPackPage): better UX for when network requests fail / are pending

Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
flow
2022-11-11 17:44:16 -03:00
parent 9539230915
commit d4979974b4
3 changed files with 50 additions and 3 deletions

View File

@ -133,6 +133,9 @@
</item>
<item>
<widget class="QPushButton" name="updateButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
@ -140,7 +143,7 @@
</sizepolicy>
</property>
<property name="text">
<string>Update pack</string>
<string>Fetching versions...</string>
</property>
</widget>
</item>