Files
illogical-impulse/.config/quickshell/modules/common/PersistentStates.qml
T
end-4 2da3d80a14 sidebars: no more rememnber last used tab
works inconsistently because of uhm swipeviews
also it's weird... ai is more useful than anime grills and notifs are more useful than mixer imo...
2025-05-19 23:16:04 +02:00

24 lines
520 B
QML

import QtQuick
import Quickshell
pragma Singleton
pragma ComponentBehavior: Bound
Singleton {
property QtObject ai: QtObject {
property string model: "gemini-2.0-flash-search"
}
property QtObject sidebar: QtObject {
property QtObject bottomGroup: QtObject {
property bool collapsed: false
property int selectedTab: 0
}
}
property QtObject booru: QtObject {
property bool allowNsfw: false
property string provider: "yandere"
}
}