mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-09-19 08:59:17 -04:00
Improve update interval setting
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
72b90cf7de
commit
c5e766512e
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user