diff options
author | FearlessTobi <thm.frey@gmail.com> | 2020-07-11 16:31:41 +0200 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2021-01-04 06:29:48 +0100 |
commit | 8e77d331be5e2997406c5030b96ba6a6f1fb9685 (patch) | |
tree | 76946564425ccd0d92e08a9f192aef5a1c421cc8 /src/yuzu/configuration/configure_filesystem.ui | |
parent | 87a892552398ab34e4a5cc1b832ee886a1ff87e9 (diff) |
yuzu/configure_filesystem: Remove "Select Cache Directory" option
This tab of the settings is already extremely bloated and the setting itself is quite useless.
With a gamelist of almost 30 games, the cache directory is smaller than 1MB for me and therefore I don't see why it needs to be configurable.
Diffstat (limited to 'src/yuzu/configuration/configure_filesystem.ui')
-rw-r--r-- | src/yuzu/configuration/configure_filesystem.ui | 35 |
1 files changed, 1 insertions, 34 deletions
diff --git a/src/yuzu/configuration/configure_filesystem.ui b/src/yuzu/configuration/configure_filesystem.ui index 84bea0600..62b9abc7a 100644 --- a/src/yuzu/configuration/configure_filesystem.ui +++ b/src/yuzu/configuration/configure_filesystem.ui @@ -198,40 +198,7 @@ <string>Caching</string> </property> <layout class="QGridLayout" name="gridLayout_5"> - <item row="0" column="0"> - <widget class="QLabel" name="label_10"> - <property name="text"> - <string>Cache Directory</string> - </property> - </widget> - </item> - <item row="0" column="1"> - <spacer name="horizontalSpacer_3"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeType"> - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="0" column="2"> - <widget class="QLineEdit" name="cache_directory_edit"/> - </item> - <item row="0" column="3"> - <widget class="QToolButton" name="cache_directory_button"> - <property name="text"> - <string>...</string> - </property> - </widget> - </item> - <item row="1" column="0" colspan="4"> + <item row="0" column="0" colspan="2"> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QCheckBox" name="cache_game_list"> |