[bugfix] Fix corner rounded bug.

before: win10, corner rounded true. win 11 corner rounded true and when window maximized likewise.
after: win10, corner rounded false. win 11 corner rounded true but turn to false when window maximized.
This commit is contained in:
Sakamoto Shiina
2025-05-06 10:57:38 +09:00
parent 82458ca992
commit da577b5116
3 changed files with 57 additions and 1 deletions

View File

@@ -6,4 +6,5 @@ export { ConfigPageCloseTriggerController } from "./ConfigPageCloseTriggerContro
export { UiSizeController } from "./UiSizeController";
export { FontFamilyController } from "./FontFamilyController";
export { TransparencyController } from "./TransparencyController";
export { PluginsController } from "./PluginsController";
export { PluginsController } from "./PluginsController";
export { CornerRadiusController } from "./CornerRadiusController";