changed settings saving
Pull request / build (pull_request) Successful in 39s

This commit is contained in:
2026-08-12 21:31:42 +05:00
parent 68b3d544d2
commit 56a398f055
19 changed files with 1169 additions and 150 deletions
@@ -108,6 +108,11 @@ public sealed class StringsTests
data.Add(key);
}
foreach (string key in EnumKeysOf<CaretSide>())
{
data.Add(key);
}
foreach (string key in EnumKeysOf<ScreenPosition>())
{
data.Add(key);