Send a webhook alert when restart is required for mod list changes

This commit is contained in:
zontreck 2024-11-23 16:00:04 -07:00
parent 5be57fbca5
commit d64a34605c
6 changed files with 25 additions and 4 deletions

View file

@ -45,6 +45,8 @@ class Settings {
StateMachine subsys = StateMachine();
bool restartRequired = false;
factory Settings() {
return Instance;
}