move gui::persistent_state to util::persistent_state
This commit is contained in:
+3
-3
@@ -1,16 +1,16 @@
|
|||||||
mod persistent_state;
|
pub mod settings;
|
||||||
mod settings;
|
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
features::{
|
features::{
|
||||||
self, anti_afk::AntiAfk, empty_session::EmptySession, force_close::ForceClose,
|
self, anti_afk::AntiAfk, empty_session::EmptySession, force_close::ForceClose,
|
||||||
launch::Launch,
|
launch::Launch,
|
||||||
},
|
},
|
||||||
gui::{persistent_state::PersistentState, settings::Settings},
|
gui::settings::Settings,
|
||||||
util::{
|
util::{
|
||||||
self,
|
self,
|
||||||
consts::{APP_STORAGE_PATH, ENHANCED, GTA_WINDOW_TITLE, LEGACY},
|
consts::{APP_STORAGE_PATH, ENHANCED, GTA_WINDOW_TITLE, LEGACY},
|
||||||
meta::Meta,
|
meta::Meta,
|
||||||
|
persistent_state::PersistentState,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
use eframe::egui;
|
use eframe::egui;
|
||||||
|
|||||||
@@ -2,4 +2,5 @@ pub mod codeberg;
|
|||||||
pub mod consts;
|
pub mod consts;
|
||||||
pub mod countdown;
|
pub mod countdown;
|
||||||
pub mod meta;
|
pub mod meta;
|
||||||
|
pub mod persistent_state;
|
||||||
pub mod win;
|
pub mod win;
|
||||||
|
|||||||
Reference in New Issue
Block a user