Skip to content

Commit

Permalink
Merge branch 'file-recovery' of github.com:LeSnake04/rnote into file-…
Browse files Browse the repository at this point in the history
…recovery
  • Loading branch information
LeSnake04 committed Jul 3, 2023
2 parents 477af0c + 1503897 commit 8b3b284
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions rnote-engine/src/fileformats/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Modules
/// The Metadata of recovery saves
pub mod recovery_metadata;
/// The Rnote `.rnote` file format.
pub mod rnoteformat;
/// The Xournal++ `.xopp` file format.
pub mod xoppformat;
Expand Down
4 changes: 2 additions & 2 deletions rnote-ui/src/settingspanel/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ use adw::prelude::*;
use gettextrs::gettext;
use gtk4::{
gdk, glib, glib::clone, subclass::prelude::*, Adjustment, Button, ColorDialogButton,
CompositeTemplate, MenuButton, ScrolledWindow, SpinButton, StringList, Switch, ToggleButton,
Widget,
CompositeTemplate, Label, MenuButton, ScrolledWindow, SpinButton, StringList, Switch,
ToggleButton, Widget,
};
use num_traits::ToPrimitive;
use rnote_compose::penevents::ShortcutKey;
Expand Down

0 comments on commit 8b3b284

Please sign in to comment.