Skip to content

Commit

Permalink
Settings dialog. Nextcloud version label should be visible even if au…
Browse files Browse the repository at this point in the history
…to-updates are turned off in config.

Signed-off-by: alex-z <[email protected]>
  • Loading branch information
allexzander committed Feb 19, 2024
1 parent 68a5fc6 commit aab9066
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/gui/generalsettings.ui
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,19 @@
<string>Info</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="infoAndUpdatesLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Desktop client x.x.x</string>
</property>
</widget>
</item>
<item>
<widget class="QFrame" name="updatesContainer">
<layout class="QVBoxLayout" name="verticalLayout_5">
Expand All @@ -233,19 +246,6 @@
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="infoAndUpdatesLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Desktop client x.x.x</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
Expand Down

0 comments on commit aab9066

Please sign in to comment.