Skip to content

Commit 6929f23

Browse files
committed
Remove TODO comment
1 parent f21227d commit 6929f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Data/Models/AppModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public string PCloudDrivePath
131131
/// Gets or sets a value indicating the AppWindow DPI.
132132
/// </summary>
133133
private float _AppWindowDPI = PInvoke.GetDpiForWindow((HWND)MainWindow.Instance.WindowHandle) / 96f;
134-
public float AppWindowDPI // TODO: Update value if the DPI changes
134+
public float AppWindowDPI
135135
{
136136
get => _AppWindowDPI;
137137
set => SetProperty(ref _AppWindowDPI, value);

0 commit comments

Comments
 (0)