mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
reduce gutter timeout
This commit is contained in:
parent
537ee92fb7
commit
971af2e39f
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ impl Gutter {
|
|||
Some(uri) => {
|
||||
if !self.label.is_visible() {
|
||||
if !self.is_active.replace(true) {
|
||||
timeout_add_local_once(Duration::from_millis(500), {
|
||||
timeout_add_local_once(Duration::from_millis(250), {
|
||||
let label = self.label.clone();
|
||||
let is_active = self.is_active.clone();
|
||||
let uri = uri.clone();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue