common namespace for all panels

This commit is contained in:
piotr
2024-10-09 02:59:03 +02:00
parent b119542490
commit f3d3ef512c

View File

@@ -777,7 +777,7 @@ def main():
window.add(vbox)
GtkLayerShell.init_for_window(window)
GtkLayerShell.set_namespace(window, f"nwg-panel-{panel["name"]}")
GtkLayerShell.set_namespace(window, f"nwg-panel")
monitor = None
try: