mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-25 22:35:58 +01:00
I think this fixes #34
This commit is contained in:
parent
4d7592bf5f
commit
51e5ab64d2
1 changed files with 1 additions and 1 deletions
|
@ -1858,7 +1858,7 @@ void CWindowManager::updateBarInfo() {
|
||||||
|
|
||||||
message.lastWindowClass = winclassname;
|
message.lastWindowClass = winclassname;
|
||||||
|
|
||||||
const auto WORKSPACE = getWorkspaceByID(activeWorkspaces[ConfigManager::getInt("bar:monitor") > monitors.size() ? 0 : ConfigManager::getInt("bar:monitor")]);
|
auto* const WORKSPACE = getWorkspaceByID(activeWorkspaces[ConfigManager::getInt("bar:monitor") > monitors.size() ? 0 : ConfigManager::getInt("bar:monitor")]);
|
||||||
if (WORKSPACE)
|
if (WORKSPACE)
|
||||||
message.fullscreenOnBar = WORKSPACE->getHasFullscreenWindow();
|
message.fullscreenOnBar = WORKSPACE->getHasFullscreenWindow();
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue