mirror of
https://github.com/Drop-OSS/drop-app
synced 2026-08-27 22:23:04 -04:00
Accidentally serialized AppStatus and broke everything :/
This commit is contained in:
parent
725f16b3b2
commit
10791edfb6
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue