mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-13 22:26:43 +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