feat: screenshots tab draft

This commit is contained in:
Calum H. (IMB11)
2026-08-13 16:06:40 +01:00
parent 290bd2b934
commit 6efabff0d6
14 changed files with 1318 additions and 282 deletions
+5
View File
@@ -10,6 +10,7 @@ mod lifecycle;
mod paths;
mod projects;
mod run;
mod screenshots;
mod shared;
pub use self::content::{
@@ -41,6 +42,10 @@ pub use self::projects::{
pub use self::run::{
QuickPlayType, kill, run, try_update_playtime_by_instance_id,
};
pub use self::screenshots::{
InstanceScreenshot, delete_screenshot, export_screenshots,
get_screenshot_path, list_screenshots,
};
pub(crate) use self::shared::{
CONFIG_BUNDLE_FILE_TYPE, CONFIG_DIRECTORY, CONFIG_FILE_EXTENSIONS,
CONFIG_SYNC_ENABLED, MAX_CONFIG_BUNDLE_ENTRIES,