mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-10 04:22:13 +10:00
Accidentally serialized AppStatus and broke everything :/
This commit is contained in:
@ -18,7 +18,6 @@ use std::{
|
||||
use tauri_plugin_deep_link::DeepLinkExt;
|
||||
|
||||
#[derive(Clone, Copy, Serialize)]
|
||||
#[serde(rename_all="camelCase")]
|
||||
pub enum AppStatus {
|
||||
NotConfigured,
|
||||
SignedOut,
|
||||
|
||||
Reference in New Issue
Block a user