Fix spacing if icon is false

This commit is contained in:
MisterPine 2023-07-10 22:26:02 +02:00
parent a373f6b654
commit 6e9ba3fc01
No known key found for this signature in database
GPG Key ID: 5481659D1D983422
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ auto Window::update() -> void {
updateAppIcon();
ALabel::update();
AIconLabel::update();
}
auto Window::getActiveWorkspace() -> Workspace {