Send a webhook alert when restart is required for mod list changes
This commit is contained in:
parent
5be57fbca5
commit
d64a34605c
6 changed files with 25 additions and 4 deletions
|
@ -45,6 +45,8 @@ class Settings {
|
|||
|
||||
StateMachine subsys = StateMachine();
|
||||
|
||||
bool restartRequired = false;
|
||||
|
||||
factory Settings() {
|
||||
return Instance;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue