mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-24 16:47:14 +02:00
Generalized frontend model store (#193)
This commit is contained in:
@@ -45,11 +45,11 @@ pub enum ModelChangeEvent {
|
||||
#[serde(rename_all = "snake_case", tag = "type")]
|
||||
#[ts(export, export_to = "gen_models.ts")]
|
||||
pub enum UpdateSource {
|
||||
Sync,
|
||||
Window { label: String },
|
||||
Plugin,
|
||||
Background,
|
||||
Import,
|
||||
Plugin,
|
||||
Sync,
|
||||
Window { label: String },
|
||||
}
|
||||
|
||||
impl UpdateSource {
|
||||
|
||||
Reference in New Issue
Block a user