add flush cache on server button

This commit is contained in:
Yannik Schmidt
2021-02-28 17:59:01 +01:00
parent c381a62e73
commit ab04997cff
3 changed files with 24 additions and 0 deletions

View File

@@ -25,6 +25,13 @@
<item row="1" column="0">
<widget class="QTableWidget" name="tableWidget"/>
</item>
<item row="2" column="0">
<widget class="QPushButton" name="flushCacheButton">
<property name="text">
<string>Server Cache Leeren</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">