Fix cursor focus and selection in input box, add AWS env var warning box, and remove AWS Bedrock login banner

This commit is contained in:
2026-07-02 14:54:15 -05:00
parent 4770ac06b5
commit 3769646ca6
1194 changed files with 5312 additions and 8032 deletions
+3 -3
View File
@@ -14,12 +14,12 @@ use command::blocking;
use command::r#async::Command;
use futures::{StreamExt, TryStreamExt as _};
use futures_lite::future;
use instant::Instant;
use nix::errno::Errno;
use nix::unistd::{fchown, getgid, getuid};
use galaxy_core::macos::get_bundle_path;
use galaxy_core::safe_error;
use galaxyui::{AppContext, ModelContext, SingletonEntity};
use instant::Instant;
use nix::errno::Errno;
use nix::unistd::{fchown, getgid, getuid};
use super::{release_assets_directory_url, DownloadReady};
use crate::appearance::AppearanceManager;