feat(ManagedPackPage): add reload button when in a fail state

Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
flow
2022-11-18 15:23:28 -03:00
parent cb12c51afc
commit feb6f285ce
2 changed files with 16 additions and 1 deletions

View File

@@ -179,6 +179,13 @@
</item>
</layout>
</item>
<item row="1" column="0">
<widget class="QPushButton" name="reloadButton">
<property name="text">
<string>Reload page</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>