mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 08:34:08 +03:00
Remove 'Use monochrome icons' checkbox from settings UI
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
e4b2449030
commit
6df08af61a
1 changed files with 1 additions and 12 deletions
|
@ -7,7 +7,7 @@
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>556</width>
|
<width>556</width>
|
||||||
<height>563</height>
|
<height>573</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
|
@ -66,16 +66,6 @@
|
||||||
<string>General Settings</string>
|
<string>General Settings</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout_2">
|
<layout class="QGridLayout" name="gridLayout_2">
|
||||||
<item row="1" column="0">
|
|
||||||
<widget class="QCheckBox" name="monoIconsCheckBox">
|
|
||||||
<property name="toolTip">
|
|
||||||
<string>For System Tray</string>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Use &Monochrome Icons</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QCheckBox" name="autostartCheckBox">
|
<widget class="QCheckBox" name="autostartCheckBox">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
@ -343,7 +333,6 @@
|
||||||
<tabstops>
|
<tabstops>
|
||||||
<tabstop>autostartCheckBox</tabstop>
|
<tabstop>autostartCheckBox</tabstop>
|
||||||
<tabstop>serverNotificationsCheckBox</tabstop>
|
<tabstop>serverNotificationsCheckBox</tabstop>
|
||||||
<tabstop>monoIconsCheckBox</tabstop>
|
|
||||||
<tabstop>ignoredFilesButton</tabstop>
|
<tabstop>ignoredFilesButton</tabstop>
|
||||||
<tabstop>newFolderLimitCheckBox</tabstop>
|
<tabstop>newFolderLimitCheckBox</tabstop>
|
||||||
<tabstop>newFolderLimitSpinBox</tabstop>
|
<tabstop>newFolderLimitSpinBox</tabstop>
|
||||||
|
|
Loading…
Reference in a new issue