mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Improve UIWindow default focusing behavior.
Adjust `window-flags` behavior when used from CSS. Display a download progress window when download-file-web is used. Also support loading images and sounds from downloads. Minor safety checks added for engine termination and window closing. Minor changes in Http.
This commit is contained in:
@@ -649,7 +649,7 @@ void LLMChatUI::showChatHistory() {
|
||||
hideAttachFile();
|
||||
|
||||
static const char* CHAT_HISTORY_LAYOUT = R"xml(
|
||||
<window window-flags="shadow|modal|ephemeral"
|
||||
<window window-flags="default|shadow|modal|ephemeral|maximize"
|
||||
window-title="@string(ai_conversations_history, AI Conversations History)">
|
||||
<Loader id="loader" radius="48" outline-thickness="6dp" indeterminate="true" />
|
||||
<vbox lw="mp" lh="mp">
|
||||
|
||||
Reference in New Issue
Block a user