We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80000d4 commit f86e194Copy full SHA for f86e194
src/Nagi.WinUI/MainWindow.xaml.cs
@@ -148,7 +148,7 @@ private void RevertToDefaultTitleBar(OverlappedPresenter? presenter = null)
148
ExtendsContentIntoTitleBar = false;
149
SetTitleBar(null);
150
presenter ??= _appWindow?.Presenter as OverlappedPresenter;
151
- presenter?.SetBorderAndTitleBar(false, true);
+ presenter?.SetBorderAndTitleBar(true, true);
152
}
153
154
private async void OnWindowActivated(object sender, WindowActivatedEventArgs args)
0 commit comments