Moving bookmarks from ui to system

This commit is contained in:
ChristianVisintin
2020-12-15 20:48:43 +01:00
parent ff4f35e5f5
commit 940d8d94e5
5 changed files with 205 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ mod bookmarks;
mod filetransfer;
mod fs;
mod host;
mod system;
mod ui;
mod utils;