forked from Shinonome/dots-hyprland
5d1a9b1e9c
Co-Authored-By: Vague Syntax <173799252+vaguesyntax@users.noreply.github.com>
13 lines
209 B
QML
13 lines
209 B
QML
import QtQuick
|
|
import qs.modules.common
|
|
|
|
Rectangle {
|
|
id: root
|
|
|
|
radius: Appearance.rounding.normal
|
|
color: Appearance.colors.colLayer1
|
|
|
|
signal openWifiDialog()
|
|
signal openBluetoothDialog()
|
|
}
|