Skip to content

Commit

Permalink
Add exclusive flag to liboxide
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Sep 10, 2024
1 parent 521d74c commit 466039a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/liboxide/applications.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ const QList<QString> Flags {
"system",
"nopreload",
"nopreload.sysfs",
"nopreload.compositor"
"nopreload.compositor",
"exclusive"
};
const QList<QString> DeprecatedFlags {
"chroot"
Expand Down

0 comments on commit 466039a

Please sign in to comment.