Pick a file in Files to edit it here.
34
32 - ApplyTheme(_theme.Load());
35 + ApplyTheme(_theme.LoadTheme());
36
37 _ = ViewModel.RefreshCommand.ExecuteAsync(null);
38 }
39
40 + private void OnClosing(AppWindow sender, AppWindowClosingEventArgs args)
41 + {
42 + try { _theme.SaveWindow(sender.Size.Width, sender.Size.Height); } catch { }
43 + }
44 +
45 private static ISyncService MakeService()
46 {
47 var cfg = Path.Combine(
...
82 _ => ElementTheme.Default,
83 };
84 ApplyTheme(theme);
77 - _theme.Save(theme);
85 + _theme.SaveTheme(theme);
86 }
87
88 private void OpenRepoWindow_Click(object sender, RoutedEventArgs e)
· Baking… (3m 16s · ↓ 16.3k tokens)
⎿ Tip: Use /btw to ask a quick side question without interrupting Claude's current work
❯
⏵⏵ bypass permissions on (shift+tab to cycle) · esc to interrupt · ← for agents