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:
parent
994f4a4a12
commit
46cbaca5e0
3 changed files with 21 additions and 13 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue