sidebar: translation widget

This commit is contained in:
end-4
2025-06-02 23:24:10 +02:00
parent c26685b1de
commit 81446091d3
5 changed files with 249 additions and 11 deletions
@@ -16,8 +16,6 @@ import Quickshell.Hyprland
Scope { // Scope
id: root
property int sidebarPadding: 15
property var tabButtonList: [{"icon": "neurology", "name": qsTr("Intelligence")}, {"icon": "bookmark_heart", "name": qsTr("Anime")}]
property int selectedTab: 0
property bool detach: false
property Component contentComponent: SidebarLeftContent {}
property Item sidebarContent