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 829ac24 commit b07559aCopy full SHA for b07559a
src/Toasts/main.ts
@@ -31,7 +31,7 @@ function advanced() {
31
overlay.add_toast(toast);
32
}
33
34
-workbench.builder.get_object("button_advanced").connect("clicked", advanced);
+workbench.builder.get_object<Gtk.Button>("button_advanced").connect("clicked", advanced);
35
36
const action_console = new Gio.SimpleAction({
37
name: "undo",
0 commit comments