Open catpak folder action
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
516ddb22ae
commit
816acc9c76
7 changed files with 40 additions and 13 deletions
|
@ -1160,6 +1160,11 @@ void MainWindow::on_actionViewWidgetThemeFolder_triggered()
|
|||
DesktopServices::openDirectory(APPLICATION->themeManager()->getApplicationThemesFolder().path());
|
||||
}
|
||||
|
||||
void MainWindow::on_actionViewCatPackFolder_triggered()
|
||||
{
|
||||
DesktopServices::openDirectory(APPLICATION->themeManager()->getCatPacksFolder().path());
|
||||
}
|
||||
|
||||
void MainWindow::refreshInstances()
|
||||
{
|
||||
APPLICATION->instances()->loadList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue