summaryrefslogtreecommitdiff
path: root/src/state/editor/bar.rs
blob: 752d021c0f3f33377af3255fe86686137ef3756a (plain)
1
2
3
4
5
6
7
8
use crate::state::{bar::BarState, GlobalState};

BarState!(
    EditorBarState,
    (),
    GlobalState::instance().editor.bar,
    GlobalState::instance_mut().editor.bar
);