diff --git a/SpineViewer/Views/MainWindow.xaml.cs b/SpineViewer/Views/MainWindow.xaml.cs index f705ca1..e57ddf1 100644 --- a/SpineViewer/Views/MainWindow.xaml.cs +++ b/SpineViewer/Views/MainWindow.xaml.cs @@ -47,7 +47,7 @@ public partial class MainWindow : Window private readonly List _userStateWatchers = []; private DispatcherTimer _saveUserStateTimer; - private readonly TimeSpan _saveTimerDelay = TimeSpan.FromSeconds(3); + private readonly TimeSpan _saveTimerDelay = TimeSpan.FromSeconds(1); public bool RootGridCol0Folded {