Skip to content

Commit

Permalink
Merge pull request #40 from qwreey75/fix-prefs-1
Browse files Browse the repository at this point in the history
Fix unloadable settings page.
qwreey authored Nov 7, 2022
2 parents 27b1aa2 + ed7d381 commit a897819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefPages/about.js
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ var aboutPage = GObject.registerClass({
parent: group,
title: "Version",
suffix: new Gtk.Label({
label: Me.metadata.version.toString() || "Unknown"
label: Me.metadata.version?.toString() || "Unknown"
})
})

0 comments on commit a897819

Please sign in to comment.