mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
navigationrailbutton: make tabbar-compatible
This commit is contained in:
@@ -6,10 +6,10 @@ import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
import Quickshell.Io
|
||||
|
||||
Button {
|
||||
TabButton {
|
||||
id: root
|
||||
|
||||
property bool toggled
|
||||
property bool toggled: TabBar.tabBar.currentIndex === TabBar.index
|
||||
property string buttonIcon
|
||||
property string buttonText
|
||||
property bool expanded: false
|
||||
|
||||
Reference in New Issue
Block a user