diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-04-02 16:39:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-02 16:39:13 -0700 |
commit | ba2b5c3a65089e3807ebd57a1504591f8dab4049 (patch) | |
tree | 333774dc993c9cfc81bb3ac1da9db5c11338fd96 | |
parent | df17f5e899c5cb67d9bf7c4193ef6fb651993ee3 (diff) | |
download | PrismLauncher-ba2b5c3a65089e3807ebd57a1504591f8dab4049.tar.gz PrismLauncher-ba2b5c3a65089e3807ebd57a1504591f8dab4049.tar.bz2 PrismLauncher-ba2b5c3a65089e3807ebd57a1504591f8dab4049.zip |
fix: Apply suggestions from code review
-expand columspan on new UI element
-improve tooltip
Co-authored-by: flow <flowlnlnln@gmail.com>
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
-rw-r--r-- | launcher/ui/pages/global/LauncherPage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/ui/pages/global/LauncherPage.ui b/launcher/ui/pages/global/LauncherPage.ui index 6279d879..906efd1a 100644 --- a/launcher/ui/pages/global/LauncherPage.ui +++ b/launcher/ui/pages/global/LauncherPage.ui @@ -147,10 +147,10 @@ </property> </widget> </item> - <item row="4" column="0"> + <item row="4" column="1" colspan="2"> <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> + <string>When enabled, in addition to the downloads folder, its sub folders will also be searched when looking for resources (e.g. when looking for blocked mods on CurseForge).</string> </property> <property name="text"> <string>Check downloads folder recursively</string> |