mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
style: format for conflict
[skip changelog]
This commit is contained in:
@@ -369,9 +369,7 @@ public class PostActionSetting : PropertyChangedBase
|
||||
actions.Add(prefix + LocalizationHelper.GetString("Sleep"));
|
||||
}
|
||||
|
||||
ActionDescription = actions.Count == 0
|
||||
? LocalizationHelper.GetString("DoNothing")
|
||||
: string.Join(" -> ", actions);
|
||||
ActionDescription = actions.Count == 0 ? LocalizationHelper.GetString("DoNothing") : string.Join(" -> ", actions);
|
||||
}
|
||||
|
||||
private void UpdatePostAction(PostActions postActions, bool value)
|
||||
|
||||
Reference in New Issue
Block a user