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 324719c commit 4971b64Copy full SHA for 4971b64
src/Windows/StickyNoteWindow.vala
@@ -149,7 +149,7 @@ public class Jorts.StickyNoteWindow : Gtk.ApplicationWindow {
149
* This is more for the Aesthetic
150
*/
151
private void delayed_show () {
152
- Timeout.add_once (750, () => {
+ Timeout.add_once (250, () => {
153
Application.gsettings.bind (
154
"hide-bar",
155
view.actionbar.actionbar,
0 commit comments