From a394f02e97ad0bf328fa735cbdbfbe026c03655d Mon Sep 17 00:00:00 2001 From: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> Date: Sat, 31 Jan 2026 16:49:46 +0100 Subject: Add executables list to plugin API (#2327) --- src/executableslist.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/executableslist.cpp') diff --git a/src/executableslist.cpp b/src/executableslist.cpp index c4563f90..b94765fc 100644 --- a/src/executableslist.cpp +++ b/src/executableslist.cpp @@ -364,6 +364,10 @@ void ExecutablesList::dump() const flags.push_back("hide"); } + if (e.flags() & Executable::MinimizeToSystemTray) { + flags.push_back("minimizeToSystemTray"); + } + log::debug(" . executable '{}'\n" " binary: {}\n" " arguments: {}\n" -- cgit v1.3.1