Skip to content

Commit 4971b64

Browse files
committed
shorter swoosh
1 parent 324719c commit 4971b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Windows/StickyNoteWindow.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public class Jorts.StickyNoteWindow : Gtk.ApplicationWindow {
149149
* This is more for the Aesthetic
150150
*/
151151
private void delayed_show () {
152-
Timeout.add_once (750, () => {
152+
Timeout.add_once (250, () => {
153153
Application.gsettings.bind (
154154
"hide-bar",
155155
view.actionbar.actionbar,

0 commit comments

Comments
 (0)