1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-16 00:51:02 +02:00

feat: option to disable module popup

This commit is contained in:
Jake Stanger 2024-04-01 01:30:19 +01:00
parent 994f4a4a12
commit 46cbaca5e0
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
3 changed files with 21 additions and 13 deletions

View file

@ -27,6 +27,7 @@ pub struct CommonConfig {
pub on_mouse_exit: Option<ScriptInput>,
pub tooltip: Option<String>,
pub disable_popup: bool,
}
#[derive(Debug, Deserialize, Clone)]