diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-07-26 17:17:02 +0100 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-07-26 17:19:39 +0100 |
commit | 816acc9c769eee50a4b738761d0b07995dc1eef6 (patch) | |
tree | f5fd05740392e10cb9987938f5e620f598fe8adc /launcher/ui/widgets | |
parent | 516ddb22ae2c05e35401b0a5a6d81d93fc3d5ea1 (diff) | |
download | PrismLauncher-816acc9c769eee50a4b738761d0b07995dc1eef6.tar.gz PrismLauncher-816acc9c769eee50a4b738761d0b07995dc1eef6.tar.bz2 PrismLauncher-816acc9c769eee50a4b738761d0b07995dc1eef6.zip |
Open catpak folder action
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/ui/widgets')
-rw-r--r-- | launcher/ui/widgets/ThemeCustomizationWidget.cpp | 1 | ||||
-rw-r--r-- | launcher/ui/widgets/ThemeCustomizationWidget.ui | 12 |
2 files changed, 8 insertions, 5 deletions
diff --git a/launcher/ui/widgets/ThemeCustomizationWidget.cpp b/launcher/ui/widgets/ThemeCustomizationWidget.cpp index b9294908..c999ac92 100644 --- a/launcher/ui/widgets/ThemeCustomizationWidget.cpp +++ b/launcher/ui/widgets/ThemeCustomizationWidget.cpp @@ -35,6 +35,7 @@ ThemeCustomizationWidget::ThemeCustomizationWidget(QWidget* parent) : QWidget(pa connect(ui->iconsFolder, &QPushButton::clicked, this, [] { DesktopServices::openDirectory(APPLICATION->themeManager()->getIconThemesFolder().path()); }); connect(ui->widgetStyleFolder, &QPushButton::clicked, this, [] { DesktopServices::openDirectory(APPLICATION->themeManager()->getApplicationThemesFolder().path()); }); + connect(ui->catPackFolder, &QPushButton::clicked, this, [] { DesktopServices::openDirectory(APPLICATION->themeManager()->getCatPacksFolder().path()); }); } ThemeCustomizationWidget::~ThemeCustomizationWidget() diff --git a/launcher/ui/widgets/ThemeCustomizationWidget.ui b/launcher/ui/widgets/ThemeCustomizationWidget.ui index 266b1dd6..4503181c 100644 --- a/launcher/ui/widgets/ThemeCustomizationWidget.ui +++ b/launcher/ui/widgets/ThemeCustomizationWidget.ui @@ -63,7 +63,8 @@ <string/> </property> <property name="icon"> - <iconset theme="viewfolder"/> + <iconset theme="viewfolder"> + <normaloff>.</normaloff>.</iconset> </property> <property name="flat"> <bool>true</bool> @@ -106,7 +107,8 @@ <string/> </property> <property name="icon"> - <iconset theme="viewfolder"/> + <iconset theme="viewfolder"> + <normaloff>.</normaloff>.</iconset> </property> <property name="flat"> <bool>true</bool> @@ -147,15 +149,15 @@ </widget> </item> <item> - <widget class="QPushButton" name="catInfoLabel"> + <widget class="QPushButton" name="catPackFolder"> <property name="toolTip"> - <string>The cat appears in the background and is not shown by default. It is only made visible when pressing the Cat button in the Toolbar.</string> + <string>View cat packs folder.</string> </property> <property name="text"> <string/> </property> <property name="icon"> - <iconset theme="about"> + <iconset theme="viewfolder"> <normaloff>.</normaloff>.</iconset> </property> <property name="flat"> |