We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21227d commit 6929f23Copy full SHA for 6929f23
src/Files.App/Data/Models/AppModel.cs
@@ -131,7 +131,7 @@ public string PCloudDrivePath
131
/// Gets or sets a value indicating the AppWindow DPI.
132
/// </summary>
133
private float _AppWindowDPI = PInvoke.GetDpiForWindow((HWND)MainWindow.Instance.WindowHandle) / 96f;
134
- public float AppWindowDPI // TODO: Update value if the DPI changes
+ public float AppWindowDPI
135
{
136
get => _AppWindowDPI;
137
set => SetProperty(ref _AppWindowDPI, value);
0 commit comments