Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: local.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Apr 10, 2024
1 parent fd0b2ef commit 362934f
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 425 deletions.
8 changes: 2 additions & 6 deletions RotationSolver.Basic/Configuration/Configs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -399,14 +399,10 @@ internal partial class Configs : IPluginConfiguration
(int)UiString.ConfigWindow_Auto_ActionCondition, Section = 1)]
public ConditionBoolean HealWhenNothingTodo { get; private set; } = new(true, nameof(HealWhenNothingTodo));

[UI("Say hello to all other users of Rotation Solver.",
(int)UiString.ConfigWindow_Basic_Others)]
[UI("Say hello to all other users of Rotation Solver.", (int)UiString.ConfigWindow_Basic_Others,
Description = "If you want to be greeted by other users, please DM ArchiTed with your Hash!", Section = 1)]
public ConditionBoolean SayHelloToAll { get; private set; } = new(true, nameof(SayHelloToAll));

[UI("Say hello to the users of Rotation Solver.", Description = "It can only be disabled for users, not authors and contributors.\nIf you want to be greeted by other users, please DM ArchiTed with your Hash!",
Parent =nameof(SayHelloToAll))]
public ConditionBoolean SayHelloToUsers { get; private set; } = new(true, nameof(SayHelloToUsers));

[UI("Say hello only one time to the same user.",
Parent = nameof(SayHelloToAll))]
public ConditionBoolean JustSayHelloOnce { get; private set; } = new(false, nameof(JustSayHelloOnce));
Expand Down
Loading

0 comments on commit 362934f

Please sign in to comment.