Replace Widget.Icon with Label to fix stuttering icons.

This commit is contained in:
Jas Singh
2024-07-13 22:09:14 -07:00
parent 3c2abcc9ae
commit 58f6e02b8d
9 changed files with 69 additions and 20 deletions

View File

@@ -14,7 +14,7 @@ const label = (bluetooth) => {
children: [
Widget.Label({
class_name: "menu-label",
vpack: "start",
vpack: "center",
hpack: "start",
label: "Bluetooth",
}),