move gui::persistent_state to util::persistent_state

This commit is contained in:
2025-04-17 20:36:42 +01:00
parent 9df757c169
commit c85a169765
3 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -1,16 +1,16 @@
mod persistent_state;
mod settings;
pub mod settings;
use crate::{
features::{
self, anti_afk::AntiAfk, empty_session::EmptySession, force_close::ForceClose,
launch::Launch,
},
gui::{persistent_state::PersistentState, settings::Settings},
gui::settings::Settings,
util::{
self,
consts::{APP_STORAGE_PATH, ENHANCED, GTA_WINDOW_TITLE, LEGACY},
meta::Meta,
persistent_state::PersistentState,
},
};
use eframe::egui;