Execute shell in case exec_cmd is null

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2025-10-14 20:02:55 +02:00
parent 1839e4cb44
commit a34a5a97bd
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ entry_ini: ?Ini(Entry) = null,
name: []const u8 = "",
xdg_session_desktop: ?[]const u8 = null,
xdg_desktop_names: ?[]const u8 = null,
cmd: []const u8 = "",
cmd: ?[]const u8 = null,
specifier: []const u8 = "",
display_server: DisplayServer = .wayland,
is_terminal: bool = false,