fix: do not save preference in design mode

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-03-11 11:41:37 +08:00
parent 54d49a9eda
commit f23e3478e6
No known key found for this signature in database
5 changed files with 14 additions and 5 deletions

View file

@ -1,7 +1,6 @@
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.VisualTree;
namespace SourceGit.Views
{