Merge pull request #5 from QazCetelic/java_dir_disable_alt

Disable folder action instead of hiding it and add additional informa…
This commit is contained in:
Alexandru Ionut Tripon 2024-09-14 23:27:57 +03:00 committed by GitHub
commit 71dda06276
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -234,7 +234,8 @@ MainWindow::MainWindow(QWidget* parent) : QMainWindow(parent), ui(new Ui::MainWi
ui->mainToolBar->addAction(ui->actionCloseWindow); ui->mainToolBar->addAction(ui->actionCloseWindow);
} }
ui->actionViewJavaFolder->setVisible(BuildConfig.JAVA_DOWNLOADER_ENABLED); ui->actionViewJavaFolder->setEnabled(BuildConfig.JAVA_DOWNLOADER_ENABLED);
} }
// add the toolbar toggles to the view menu // add the toolbar toggles to the view menu

View File

@ -798,7 +798,7 @@
<string>Java</string> <string>Java</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Open the java folder in a file browser.</string> <string>Open the java folder in a file browser. Only available if the built-in Java downloader is used.</string>
</property> </property>
</action> </action>
</widget> </widget>