start initial work on detaching chat to floating window
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
pragma Singleton
|
||||
|
||||
import QtQuick
|
||||
import Quickshell
|
||||
import ZShell.Llm
|
||||
|
||||
Singleton {
|
||||
id: root
|
||||
|
||||
property ChatSession chatSession
|
||||
property bool inChat: false
|
||||
property bool isWindow: false
|
||||
property ShellScreen screen
|
||||
}
|
||||
Reference in New Issue
Block a user