Skip to content

Commit

Permalink
removed refresh_interval from language provider config
Browse files Browse the repository at this point in the history
  • Loading branch information
jawee committed Aug 25, 2024
1 parent 6a465f9 commit d67bd54
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/desktop/src/providers/language/config.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
use serde::Deserialize;

use crate::impl_interval_config;

#[derive(Deserialize, Debug)]
#[serde(tag = "type", rename = "inputlanguage")]
pub struct LanguageProviderConfig {
pub refresh_interval: u64,
}

impl_interval_config!(LanguageProviderConfig);
pub struct LanguageProviderConfig {}

0 comments on commit d67bd54

Please sign in to comment.