mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 14:42:29 +02:00
Attributes doc format fix from the review
Co-authored-by: Tuur Vanhoutte <4633209+zjeffer@users.noreply.github.com>
This commit is contained in:
@ -104,10 +104,8 @@ class Workspace {
|
|||||||
uint m_windows;
|
uint m_windows;
|
||||||
bool m_isActive = false;
|
bool m_isActive = false;
|
||||||
bool m_isSpecial = false;
|
bool m_isSpecial = false;
|
||||||
// m_isPersistentRule represents the persistent state in hyprland
|
bool m_isPersistentRule = false; // represents the persistent state in hyprland
|
||||||
bool m_isPersistentRule = false;
|
bool m_isPersistentConfig = false; // represents the persistent state in the Waybar config
|
||||||
// m_isPersistentConfig represents the persistent state in the Waybar config
|
|
||||||
bool m_isPersistentConfig = false;
|
|
||||||
bool m_isUrgent = false;
|
bool m_isUrgent = false;
|
||||||
bool m_isVisible = false;
|
bool m_isVisible = false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user