mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
(minor) remove 1 useless class
This commit is contained in:
parent
3288d45aec
commit
5cfbc3b15d
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ const contentStack = Widget.Stack({
|
|||
})
|
||||
|
||||
const StackButton = (stackItemName, icon, name) => Widget.Button({
|
||||
className: 'button-minsize sidebar-navrail-btn sidebar-button-alone txt-small spacing-h-5',
|
||||
className: 'button-minsize sidebar-navrail-btn txt-small spacing-h-5',
|
||||
onClicked: (button) => {
|
||||
contentStack.shown = stackItemName;
|
||||
const kids = button.get_parent().get_children();
|
||||
|
|
|
|||
Loading…
Reference in a new issue