Add a delay for disabling mods in bulk
This commit is contained in:
parent
b2a7493539
commit
3b7876532b
10 changed files with 57 additions and 39 deletions
|
@ -119,7 +119,7 @@ class AutoRestartState extends State<AutoRestartPage> {
|
|||
ElevatedButton(
|
||||
onPressed: () {
|
||||
settings.loggedInUser!.sendDiscordActionLog(
|
||||
"Updated AutoRestart Information\n\nEnabled: ${enabled}\nTimer: ${time}");
|
||||
"Updated AutoRestart Information\n\nEnabled: $enabled\nTimer: $time");
|
||||
|
||||
Navigator.pop(context,
|
||||
AutomaticRestartInfo(enabled: enabled, time: time));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue