diff options
Diffstat (limited to 'src/state/editor/bar.rs')
| -rw-r--r-- | src/state/editor/bar.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/state/editor/bar.rs b/src/state/editor/bar.rs index 752d021..f6163af 100644 --- a/src/state/editor/bar.rs +++ b/src/state/editor/bar.rs @@ -3,6 +3,5 @@ use crate::state::{bar::BarState, GlobalState}; BarState!( EditorBarState, (), - GlobalState::instance().editor.bar, - GlobalState::instance_mut().editor.bar + GlobalState::get().editor.bar ); |