We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b720e9c commit c03e0e0Copy full SHA for c03e0e0
src/modHideSearchInput.js
@@ -11,7 +11,7 @@ var Mod = class extends mod.Base {
11
// Dash2Dock would have time to initialize. We need this hack only once, so it disconnects from that signal
12
// right away.
13
const onceConnectId = Main.overview.connect('showing', () => {
14
- this.enableTimeoutId = GLib.timeout_add(GLib.PRIORITY_DEFAULT, 50, () => {
+ this.enableTimeoutId = GLib.timeout_add(GLib.PRIORITY_DEFAULT, 500, () => {
15
Main.overview.searchEntry.hide()
16
delete this.enableTimeoutId
17
return GLib.SOURCE_REMOVE
@@ -39,4 +39,4 @@ var Mod = class extends mod.Base {
39
40
Main.overview.searchEntry.show()
41
}
42
-}
+}
0 commit comments