mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-04 04:56:30 +03:00
Add /resetsettings (#111)
Signed-off-by: Macintosh II <mctaylxrs@outlook.com> Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com> Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
d6e1468f3e
commit
3a3865ba3d
7 changed files with 112 additions and 0 deletions
12
src/Messages.Designer.cs
generated
12
src/Messages.Designer.cs
generated
|
@ -1001,5 +1001,17 @@ namespace Boyfriend {
|
|||
return ResourceManager.GetString("NoRemindersFound", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string SingleSettingReset {
|
||||
get {
|
||||
return ResourceManager.GetString("SingleSettingReset", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string AllSettingsReset {
|
||||
get {
|
||||
return ResourceManager.GetString("AllSettingsReset", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue