Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -8,8 +8,8 @@ use num_traits::Zero;
|
||||
use ordered_float::OrderedFloat;
|
||||
use serde::Serialize;
|
||||
use sysinfo::ProcessesToUpdate;
|
||||
use warp_core::channel::ChannelState;
|
||||
use warpui::{App, AppContext, Entity, ModelContext, SingletonEntity};
|
||||
use galaxy_core::channel::ChannelState;
|
||||
use galaxyui::{App, AppContext, Entity, ModelContext, SingletonEntity};
|
||||
|
||||
use crate::{
|
||||
send_telemetry_from_app_ctx, send_telemetry_sync_from_ctx, server::telemetry,
|
||||
@@ -128,7 +128,7 @@ impl SystemInfo {
|
||||
fn schedule_refresh(ctx: &mut ModelContext<Self>) {
|
||||
ctx.spawn(
|
||||
async {
|
||||
warpui::r#async::Timer::after(REFRESH_INTERVAL).await;
|
||||
galaxyui::r#async::Timer::after(REFRESH_INTERVAL).await;
|
||||
},
|
||||
|me, _, ctx| {
|
||||
me.refresh(ctx);
|
||||
|
||||
Reference in New Issue
Block a user