mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-24 08:53:18 +10:00
refactor: Created file settings.rs
Add constant values here to have a central management point for any relevant constants Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
@@ -4,6 +4,7 @@ mod downloads;
|
||||
mod library;
|
||||
mod p2p;
|
||||
mod remote;
|
||||
mod settings;
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
@@ -26,8 +27,6 @@ use std::{
|
||||
};
|
||||
use tauri_plugin_deep_link::DeepLinkExt;
|
||||
|
||||
pub const GAME_PAUSE_CHECK_INTERVAL: Duration = Duration::from_secs(1);
|
||||
|
||||
#[derive(Clone, Copy, Serialize)]
|
||||
pub enum AppStatus {
|
||||
NotConfigured,
|
||||
|
||||
Reference in New Issue
Block a user