forked from Shinonome/dots-hyprland
wactioncenter: bluetooth menu
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
import Quickshell
|
||||
import qs
|
||||
import qs.services
|
||||
import qs.services.network
|
||||
import qs.modules.common
|
||||
import qs.modules.common.functions
|
||||
import qs.modules.common.widgets
|
||||
import qs.modules.waffle.looks
|
||||
import qs.modules.waffle.actionCenter
|
||||
|
||||
WChoiceButton {
|
||||
id: root
|
||||
|
||||
property bool expanded: false
|
||||
checked: expanded
|
||||
clip: true
|
||||
|
||||
horizontalPadding: 12
|
||||
verticalPadding: 6
|
||||
animateChoiceHighlight: false
|
||||
|
||||
Behavior on implicitHeight {
|
||||
animation: Looks.transition.resize.createObject(this)
|
||||
}
|
||||
onClicked: expanded = !expanded
|
||||
}
|
||||
Reference in New Issue
Block a user