BIGWIP(android): trying to make an android release
fucking stupid shit why is it so hard
This commit is contained in:
@ -1,5 +1,4 @@
|
|||||||
mod commands;
|
mod commands;
|
||||||
pub mod screenshot;
|
|
||||||
mod state;
|
mod state;
|
||||||
pub mod utils;
|
pub mod utils;
|
||||||
mod window;
|
mod window;
|
||||||
@ -33,7 +32,6 @@ pub fn desktop() {
|
|||||||
])
|
])
|
||||||
.setup(|app| {
|
.setup(|app| {
|
||||||
setup_window(app)?;
|
setup_window(app)?;
|
||||||
shortcut::enable_shortcut(app);
|
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user