💥 ags(bar/workspaces): remove unnecessary visible property

fixes workspace id not visible on focused workspace
This commit is contained in:
retrozinndev
2025-04-27 08:38:31 -03:00
parent bf82bb32e2
commit a3a5db91b2
-1
View File
@@ -41,7 +41,6 @@ export function Workspaces(): Gtk.Widget {
: ""
} ${lastClient.title}` : "" }`)(),
child: new Widget.Box({
visible: bind(workspace, "lastClient").as(Boolean),
children: bind(workspace, "lastClient").as((lastClient) => [
new Widget.Revealer({
transitionDuration: 200,