Fix syntax error
This commit is contained in:
parent
e350660228
commit
a3d263cd99
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
class Consts {
|
||||
static const VERSION = "1.1.112324.1957";
|
||||
static const VERSION = "1.1.112324.1959";
|
||||
}
|
||||
|
|
|
@ -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"),
|
||||
|
|
|
@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
# In Windows, build-name is used as the major, minor, and patch parts
|
||||
# of the product and file versions while build-number is used as the build suffix.
|
||||
version: 1.1.112324+1957
|
||||
version: 1.1.112324+1959
|
||||
|
||||
environment:
|
||||
sdk: ">=3.1.4 <4.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue