diff options
author | kotontrion <[email protected]> | 2024-09-28 18:07:00 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-09-28 18:07:00 +0200 |
commit | 7b4ae28bf0cdf1b5f2b5cf058577f8a81d641c42 (patch) | |
tree | 887ba63607d99230c337a570c75f538ce459a32b | |
parent | 0fd6a5f56033f83f246b9dd51c6521bf6f105b8f (diff) |
gjs: astalify fix indentation
-rw-r--r-- | core/gjs/src/astalify.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/gjs/src/astalify.ts b/core/gjs/src/astalify.ts index a3e5f62..d1c8df5 100644 --- a/core/gjs/src/astalify.ts +++ b/core/gjs/src/astalify.ts @@ -24,7 +24,7 @@ function setChildren(parent: Gtk.Widget, children: Gtk.Widget[]) { parent instanceof Astal.Stack)) { for(const ch of parent.get_children()) parent.remove(ch) - } + } // TODO: add more container types if (parent instanceof Astal.Box) { |