Skip to content

Commit c019014

Browse files
committed
fix: headless no-arg fallback skipped GetCurrentProfileId when no instance running
1 parent fa60dc0 commit c019014

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DisplayProfileManager/src/Core/Profile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public DisplaySetting()
177177

178178
public string GetResolutionString()
179179
{
180-
return $"{Width}x{Height} @ {Frequency}Hz";
180+
return $"{Width}×{Height} @ {Frequency}Hz";
181181
}
182182

183183
public string GetDpiString()

0 commit comments

Comments
 (0)