workspace taskbars: Fix windows not showing
Windows were not being shown or updated unless the window-rewrite config were present.
This commit is contained in:
@ -33,7 +33,7 @@ struct WindowRepr {
|
||||
std::string repr_rewrite;
|
||||
|
||||
public:
|
||||
bool empty() const { return repr_rewrite.empty(); }
|
||||
bool empty() const { return address.empty(); }
|
||||
};
|
||||
|
||||
class WindowCreationPayload {
|
||||
|
Reference in New Issue
Block a user