You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When minimizing a maximized window to the dock and then maximizing it again (by clicking the icon on the Dock) the rounded corners will reappear, even to the window is still maximized. Keep Corners for maximality window is disabled.
This also seems only happening to none libadwaita apps like Firefox for example.
Also this only happens when the window was not opend in a maximized state.
The text was updated successfully, but these errors were encountered:
Hey @Kartoffelbauer! I'm here to help you with any bugs, questions, or contributions you might have. Let's tackle this together!
I found a similar closed issue regarding unexpected rounded corners when a window is maximized, but no solution was found in the comments [1].
In the code, the logic for applying or removing rounded corners based on window state is handled by the shouldEnableEffect function in src/manager/utils.ts. This function checks if the window is maximized and whether the setting to keep rounded corners for maximized windows is enabled [2]. Since you mentioned that the "Keep Corners for maximality window" setting is disabled, the rounded corners should not appear when the window is maximized.
Additionally, the extension includes event listeners for window minimize and maximize actions, which manage the visibility of shadows and rounded corners effects [3][4]. However, there is no specific mention of interactions with the "Dash to Dock" extension in the available information. It might be worth investigating if "Dash to Dock" affects window state signals or behaviors that could lead to this issue.
When minimizing a maximized window to the dock and then maximizing it again (by clicking the icon on the Dock) the rounded corners will reappear, even to the window is still maximized.
Keep Corners for maximality window
is disabled.This also seems only happening to none libadwaita apps like Firefox for example.
Also this only happens when the window was not opend in a maximized state.
The text was updated successfully, but these errors were encountered: