feat: implement kernel capability model
This commit is contained in:
@@ -381,9 +381,9 @@ void gui::desktop_handle_mouse(DesktopState* ds) {
|
||||
} else if (!row.is_category) {
|
||||
if (row.external) {
|
||||
if (row.launch_with_home) {
|
||||
montauk::spawn(row.binary_path, ds->home_dir);
|
||||
desktop_spawn_app(ds, row.binary_path, ds->home_dir);
|
||||
} else {
|
||||
montauk::spawn(row.binary_path);
|
||||
desktop_spawn_app(ds, row.binary_path);
|
||||
}
|
||||
} else {
|
||||
desktop_launch_builtin(ds, row.app_id);
|
||||
|
||||
Reference in New Issue
Block a user