We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185b2aa commit bbd27a8Copy full SHA for bbd27a8
src/Windows/StickyNoteWindow.vala
@@ -147,7 +147,7 @@ public class Jorts.StickyNoteWindow : Gtk.ApplicationWindow {
147
* This is more for the Aesthetic
148
*/
149
private void delayed_show () {
150
- Timeout.add_once (1000, () => {
+ Timeout.add_once (750, () => {
151
Application.gsettings.bind (
152
"hide-bar",
153
view.actionbar.actionbar,
0 commit comments