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:
@@ -1,7 +1,7 @@
|
||||
use std::time::Duration;
|
||||
|
||||
use settings::macros::define_settings_group;
|
||||
use settings::{RespectUserSyncSetting, SupportedPlatforms, SyncToCloud};
|
||||
use settings::{RespectUserSyncSetting, Setting, SupportedPlatforms, SyncToCloud};
|
||||
|
||||
define_settings_group!(UndoCloseSettings, settings: [
|
||||
enabled: UndoCloseEnabled {
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
use uuid::Uuid;
|
||||
use galaxyui::r#async::SpawnedFutureHandle;
|
||||
use galaxyui::{
|
||||
AppContext, ClosedWindowData, Entity, EntityId, ModelContext, ModelHandle, SingletonEntity,
|
||||
ViewHandle, WeakViewHandle, WindowId,
|
||||
};
|
||||
use uuid::Uuid;
|
||||
|
||||
use super::settings::UndoCloseSettingsChangedEvent;
|
||||
use super::UndoCloseSettings;
|
||||
|
||||
Reference in New Issue
Block a user