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 78e99ec commit 5c9f45fCopy full SHA for 5c9f45f
src/Screencast/main.ts
@@ -25,7 +25,7 @@ Gio._promisify(Xdp.Session.prototype, "start", "start_finish");
25
const portal = new Xdp.Portal();
26
const parent = XdpGtk.parent_new_gtk(workbench.window);
27
const output = workbench.builder.get_object<Gtk.Picture>("output");
28
-const button = workbench.builder.get_object("button");
+const button = workbench.builder.get_object<Gtk.Button>("button");
29
30
button.connect("clicked", () => {
31
startScreencastSession().catch(console.error);
0 commit comments