diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-03-27 19:01:53 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-03-27 19:01:53 -0700 |
commit | a0045ece075d5caf5d0b6982002dd6bd845ddf0f (patch) | |
tree | dfe725a959d5997281c0c9051d9cfd120d7cd6e3 /launcher/ui/pages/global/LauncherPage.ui | |
parent | ef50e5595e2b4c50a0f25534ca71e6d898c5b090 (diff) | |
download | PrismLauncher-a0045ece075d5caf5d0b6982002dd6bd845ddf0f.tar.gz PrismLauncher-a0045ece075d5caf5d0b6982002dd6bd845ddf0f.tar.bz2 PrismLauncher-a0045ece075d5caf5d0b6982002dd6bd845ddf0f.zip |
feat: add setting to watch recursively
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/ui/pages/global/LauncherPage.ui')
-rw-r--r-- | launcher/ui/pages/global/LauncherPage.ui | 64 |
1 files changed, 37 insertions, 27 deletions
diff --git a/launcher/ui/pages/global/LauncherPage.ui b/launcher/ui/pages/global/LauncherPage.ui index 923b7f95..6279d879 100644 --- a/launcher/ui/pages/global/LauncherPage.ui +++ b/launcher/ui/pages/global/LauncherPage.ui @@ -67,19 +67,16 @@ <string>Folders</string> </property> <layout class="QGridLayout" name="foldersBoxLayout"> - <item row="0" column="2"> - <widget class="QToolButton" name="instDirBrowseBtn"> + <item row="3" column="0"> + <widget class="QLabel" name="labelDownloadsDir"> <property name="text"> - <string notr="true">...</string> + <string>&Downloads:</string> + </property> + <property name="buddy"> + <cstring>downloadsDirTextBox</cstring> </property> </widget> </item> - <item row="1" column="1"> - <widget class="QLineEdit" name="modsDirTextBox"/> - </item> - <item row="0" column="1"> - <widget class="QLineEdit" name="instDirTextBox"/> - </item> <item row="0" column="0"> <widget class="QLabel" name="labelInstDir"> <property name="text"> @@ -90,16 +87,25 @@ </property> </widget> </item> + <item row="0" column="1"> + <widget class="QLineEdit" name="instDirTextBox"/> + </item> + <item row="3" column="1"> + <widget class="QLineEdit" name="downloadsDirTextBox"/> + </item> <item row="2" column="1"> <widget class="QLineEdit" name="iconsDirTextBox"/> </item> - <item row="2" column="2"> - <widget class="QToolButton" name="iconsDirBrowseBtn"> + <item row="3" column="2"> + <widget class="QToolButton" name="downloadsDirBrowseBtn"> <property name="text"> - <string notr="true">...</string> + <string>...</string> </property> </widget> </item> + <item row="1" column="1"> + <widget class="QLineEdit" name="modsDirTextBox"/> + </item> <item row="1" column="2"> <widget class="QToolButton" name="modsDirBrowseBtn"> <property name="text"> @@ -117,33 +123,37 @@ </property> </widget> </item> - <item row="2" column="0"> - <widget class="QLabel" name="labelIconsDir"> + <item row="0" column="2"> + <widget class="QToolButton" name="instDirBrowseBtn"> <property name="text"> - <string>&Icons:</string> + <string notr="true">...</string> </property> - <property name="buddy"> - <cstring>iconsDirTextBox</cstring> + </widget> + </item> + <item row="2" column="2"> + <widget class="QToolButton" name="iconsDirBrowseBtn"> + <property name="text"> + <string notr="true">...</string> </property> </widget> </item> - <item row="3" column="0"> - <widget class="QLabel" name="labelDownloadsDir"> + <item row="2" column="0"> + <widget class="QLabel" name="labelIconsDir"> <property name="text"> - <string>&Downloads:</string> + <string>&Icons:</string> </property> <property name="buddy"> - <cstring>downloadsDirTextBox</cstring> + <cstring>iconsDirTextBox</cstring> </property> </widget> </item> - <item row="3" column="1"> - <widget class="QLineEdit" name="downloadsDirTextBox"/> - </item> - <item row="3" column="2"> - <widget class="QToolButton" name="downloadsDirBrowseBtn"> + <item row="4" column="0"> + <widget class="QCheckBox" name="downloadsDirWatchRecursiveCheckBox"> + <property name="toolTip"> + <string>when looking for mods in places like the blocked mods dialog Prismlauncher will check in sub folders of your downloads folder too.</string> + </property> <property name="text"> - <string>...</string> + <string>Check downloads folder recursively</string> </property> </widget> </item> |