Replace Widget.Icon with Label to fix stuttering icons.
This commit is contained in:
@@ -14,7 +14,7 @@ const label = (bluetooth) => {
|
||||
children: [
|
||||
Widget.Label({
|
||||
class_name: "menu-label",
|
||||
vpack: "start",
|
||||
vpack: "center",
|
||||
hpack: "start",
|
||||
label: "Bluetooth",
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user