Improve update interval setting

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2025-03-24 01:21:52 +00:00
parent 72b90cf7de
commit c5e766512e
No known key found for this signature in database
GPG Key ID: 5E39D70B4C93C38E

View File

@ -29,7 +29,7 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-329</y>
<y>0</y>
<width>566</width>
<height>1296</height>
</rect>
@ -132,7 +132,7 @@
<item>
<widget class="QLabel" name="updateIntervalLabel">
<property name="text">
<string>Update checking interval</string>
<string>How Often?</string>
</property>
</widget>
</item>
@ -145,10 +145,16 @@
</sizepolicy>
</property>
<property name="toolTip">
<string>Set it to 0 to only check on launch</string>
<string>Set to 0 to only check on launch</string>
</property>
<property name="specialValueText">
<string>On Launch</string>
</property>
<property name="suffix">
<string>h</string>
<string> hours</string>
</property>
<property name="prefix">
<string>Every </string>
</property>
<property name="minimum">
<number>0</number>