mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 23:39:27 -05:00
11 lines
202 B
QML
11 lines
202 B
QML
import "root:/modules/common"
|
|
import QtQuick;
|
|
|
|
QtObject {
|
|
property string role
|
|
property string content
|
|
property string model
|
|
property bool thinking: true
|
|
property bool done: false
|
|
}
|