Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
use std::path::PathBuf;
|
||||
|
||||
use serde::{Deserialize, Serialize};
|
||||
use warp_util::path::ShellFamily;
|
||||
use warpui::platform::OperatingSystem;
|
||||
use galaxy_util::path::ShellFamily;
|
||||
use galaxyui::platform::OperatingSystem;
|
||||
|
||||
#[derive(
|
||||
Debug,
|
||||
|
||||
@@ -157,7 +157,7 @@ impl WorkingDirectoryConfig {
|
||||
pub fn update_and_save_value<F>(
|
||||
&mut self,
|
||||
update_fn: F,
|
||||
ctx: &mut warpui::ModelContext<<Self as Setting>::Group>,
|
||||
ctx: &mut galaxyui::ModelContext<<Self as Setting>::Group>,
|
||||
) -> anyhow::Result<()>
|
||||
where
|
||||
F: FnOnce(&mut <Self as Setting>::Value),
|
||||
|
||||
Reference in New Issue
Block a user