Reload current theme on cmd-k shift-T

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo 2021-08-04 15:52:23 -06:00
parent 8238c87481
commit 4d947580b1
5 changed files with 28 additions and 15 deletions

View file

@ -6,8 +6,8 @@ use crate::{
time::ReplicaId,
AppState,
};
use futures::lock::Mutex;
use gpui::{AppContext, Entity, ModelHandle};
use parking_lot::Mutex;
use smol::channel;
use std::{
marker::PhantomData,