Fixing WinUI build and bringing Wino.Server basics.
This commit is contained in:
@@ -115,10 +115,11 @@ namespace Wino.Services
|
||||
|
||||
private void UpdateAppCoreWindowTitle()
|
||||
{
|
||||
var appView = Windows.UI.ViewManagement.ApplicationView.GetForCurrentView();
|
||||
// TODO: WinUI
|
||||
//var appView = Windows.UI.ViewManagement.ApplicationView.GetForCurrentView();
|
||||
|
||||
if (appView != null)
|
||||
appView.Title = CoreWindowTitle;
|
||||
//if (appView != null)
|
||||
// appView.Title = CoreWindowTitle;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user