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 c8e798d commit c533e28Copy full SHA for c533e28
src/Search/main.ts
@@ -1,7 +1,7 @@
1
import Adw from "gi://Adw";
2
import Gtk from "gi://Gtk?version=4.0";
3
4
-const button = workbench.builder.get_object("button_search");
+const button = workbench.builder.get_object<Gtk.ToggleButton>("button_search");
5
const searchbar = workbench.builder.get_object<Gtk.SearchBar>("searchbar");
6
const searchentry = workbench.builder.get_object<Gtk.SearchEntry>(
7
"searchentry",
0 commit comments