Add a delay for disabling mods in bulk

This commit is contained in:
zontreck 2024-11-23 19:52:37 -07:00
parent b2a7493539
commit 3b7876532b
10 changed files with 57 additions and 39 deletions

View file

@ -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));