SettingsWindow: run program availability checks on open

This commit is contained in:
Ly-sec
2025-10-30 12:39:00 +01:00
parent 3c04fddcf1
commit 3dd02b8367
+2
View File
@@ -223,6 +223,8 @@ NPanel {
// When the panel opens, choose the appropriate tab
onOpened: {
// Run program availability checks every time settings opens
ProgramCheckerService.checkAllPrograms()
updateTabsModel()
var initialIndex = SettingsPanel.Tab.General