This commit is contained in:
2025-08-12 15:45:33 +08:00
parent 904b2c0988
commit cde5daf19a
5 changed files with 70 additions and 1 deletions
+7
View File
@@ -2791,6 +2791,13 @@ namespace Ink_Canvas
SaveSettingsToFile();
}
private void ToggleSwitchShowCircleCenter_Toggled(object sender, RoutedEventArgs e)
{
if (!isLoaded) return;
Settings.Canvas.ShowCircleCenter = ToggleSwitchShowCircleCenter.IsOn;
SaveSettingsToFile();
}
}
}