Unify config into shell.json and add Noctalia plugin support
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import qs.Commons
|
||||
|
||||
CheckBox {
|
||||
id: root
|
||||
property string label: ""
|
||||
text: label || ""
|
||||
font.family: "JetBrainsMono Nerd Font"
|
||||
font.pixelSize: Style.fontSizeS
|
||||
}
|
||||
Reference in New Issue
Block a user