Fix syntax error
This commit is contained in:
parent
e350660228
commit
a3d263cd99
3 changed files with 3 additions and 3 deletions
|
@ -269,7 +269,7 @@ class ModPageState extends State<ModPage> {
|
|||
});
|
||||
|
||||
Settings.Instance.loggedInUser!.sendDiscordActionLog(
|
||||
"${name} was ${enabled ? "enabled" : "disabled"}");
|
||||
"${name.text} was ${enabled ? "enabled" : "disabled"}");
|
||||
},
|
||||
title: Text("Enabled"),
|
||||
subtitle: Text("Whether mod is enabled or not"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue