mirror of
https://github.com/modrinth/code.git
synced 2026-08-30 19:46:33 +00:00
feat: screenshots tab draft
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user