blob: 13e86c0ac79aef3cf70d526058fea63eec9ae257 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- src/dialogs/AboutDialog.ui.orig 2024-03-28 18:01:11 UTC
+++ src/dialogs/AboutDialog.ui
@@ -53,6 +53,9 @@
<property name="text">
<string>Check for updates on start</string>
</property>
+ <property name="disabled">
+ <bool>true</bool>
+ </property>
</widget>
</item>
<item row="3" column="1">
@@ -65,6 +68,9 @@
</property>
<property name="text">
<string>Check for updates</string>
+ </property>
+ <property name="disabled">
+ <bool>true</bool>
</property>
</widget>
</item>
|