Skip to content

Commit

Permalink
Filebrowser improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
woelper committed Feb 10, 2024
1 parent c4f2b93 commit d7fa35b
Show file tree
Hide file tree
Showing 5 changed files with 251 additions and 270 deletions.
2 changes: 1 addition & 1 deletion src/appstate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub struct OculanteState {
pub redraw: bool,
pub first_start: bool,
pub toasts: Toasts,
pub filebrowser_id: Option<String>
pub filebrowser_id: Option<String>,
}

impl OculanteState {
Expand Down
Loading

0 comments on commit d7fa35b

Please sign in to comment.