From 3dd02b83672b44a0f5badaf7392d12cba0aa2b0d Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Thu, 30 Oct 2025 12:39:00 +0100 Subject: [PATCH] SettingsWindow: run program availability checks on open --- Modules/Settings/SettingsPanel.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/Settings/SettingsPanel.qml b/Modules/Settings/SettingsPanel.qml index c23c9f88..212c5248 100644 --- a/Modules/Settings/SettingsPanel.qml +++ b/Modules/Settings/SettingsPanel.qml @@ -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