navigationrailbutton: make tabbar-compatible

This commit is contained in:
end-4
2025-06-18 17:49:28 +02:00
parent 37282e4316
commit 16ed1f107f
@@ -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