Skip to content

Commit bbd27a8

Browse files
committed
Quicker delay
1 parent 185b2aa commit bbd27a8

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
@@ -147,7 +147,7 @@ public class Jorts.StickyNoteWindow : Gtk.ApplicationWindow {
147147
* This is more for the Aesthetic
148148
*/
149149
private void delayed_show () {
150-
Timeout.add_once (1000, () => {
150+
Timeout.add_once (750, () => {
151151
Application.gsettings.bind (
152152
"hide-bar",
153153
view.actionbar.actionbar,

0 commit comments

Comments
 (0)