Skip to content

Fix spacedrawer being visible when there are no spaces

Tobias Fella requested to merge work/tobias/fix-empty-spacedrawer into master

We can't (easily) make this declarative, since there are no spaces on startup, causing the loader to be disabled, making the repeater not load anything, which means the loader stays disabled. We should figure out a better solution, since this means that the drawer doesn't open immediately when joining a space, but for now this fix is better then the current bug.

Merge request reports