test again
This commit is contained in:
@@ -2,7 +2,9 @@ mod pty;
|
||||
mod x11mod;
|
||||
|
||||
use pty::{pty_kill, pty_resize, pty_spawn, pty_write, PtyState};
|
||||
use x11mod::{app_close, app_launch, app_set_geometry, app_set_visible, X11State};
|
||||
use x11mod::{
|
||||
app_close, app_launch, app_set_all_visible, app_set_geometry, app_set_visible, X11State,
|
||||
};
|
||||
|
||||
#[cfg_attr(mobile, tauri::mobile_entry_point)]
|
||||
pub fn run() {
|
||||
@@ -27,6 +29,7 @@ pub fn run() {
|
||||
app_launch,
|
||||
app_set_geometry,
|
||||
app_set_visible,
|
||||
app_set_all_visible,
|
||||
app_close,
|
||||
])
|
||||
.run(tauri::generate_context!())
|
||||
|
||||
Reference in New Issue
Block a user