Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
use settings::Setting as _;
|
||||
use std::time::Duration;
|
||||
use warp::{
|
||||
use galaxy::{
|
||||
features::FeatureFlag,
|
||||
integration_testing::{
|
||||
step::new_step_with_default_assertions,
|
||||
@@ -14,13 +14,13 @@ use warp::{
|
||||
},
|
||||
settings::FontSettings,
|
||||
};
|
||||
use warpui::{async_assert_eq, integration::TestStep, SingletonEntity};
|
||||
use galaxyui::{async_assert_eq, integration::TestStep, SingletonEntity};
|
||||
|
||||
use super::{new_builder, Builder};
|
||||
|
||||
/// Helper: returns the path to the TOML settings file.
|
||||
fn toml_file_path() -> std::path::PathBuf {
|
||||
warp::settings::user_preferences_toml_file_path()
|
||||
galaxy::settings::user_preferences_toml_file_path()
|
||||
}
|
||||
|
||||
/// Verifies the full settings hot-reload pipeline end-to-end: the filesystem
|
||||
|
||||
Reference in New Issue
Block a user