App window size lowered
Open logs button added Better links handling Multiple UI fixes/improvements etc
This commit is contained in:
parent
fc764c0c85
commit
488f5c0786
23 changed files with 202 additions and 114 deletions
|
|
@ -18,6 +18,10 @@ pub use sys::*;
|
|||
mod voice;
|
||||
pub use voice::*;
|
||||
|
||||
// import FS commands
|
||||
mod fs;
|
||||
pub use fs::*;
|
||||
|
||||
// import ETC commands
|
||||
mod etc;
|
||||
pub use etc::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue