Skip to content

Commit

Permalink
Tweak screen edge UI
Browse files Browse the repository at this point in the history
  • Loading branch information
electroly committed Nov 2, 2024
1 parent c8951fc commit dbea7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/J.App/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ SingleInstanceManager singleInstanceManager
Ui ui = new(this);
_ui = ui;

_edgeHideTimer = new() { Interval = 2000, Enabled = false };
_edgeHideTimer = new() { Interval = 250, Enabled = false };
{
_edgeHideTimer.Tick += EdgeHideTimer_Tick;
}
Expand Down

0 comments on commit dbea7d0

Please sign in to comment.