hyprpm: handle failed compilations gracefully
This commit is contained in:
parent
7904188de9
commit
9f2bde925b
4 changed files with 24 additions and 8 deletions
|
|
@ -6,7 +6,8 @@
|
|||
struct SPlugin {
|
||||
std::string name;
|
||||
std::string filename;
|
||||
bool enabled;
|
||||
bool enabled = false;
|
||||
bool failed = false;
|
||||
};
|
||||
|
||||
struct SPluginRepository {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue