Skip to content

Commit

Permalink
Removed stray forward slash
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarthayhurst committed Aug 20, 2023
1 parent 19a7997 commit 88df185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class PrefsPage extends Adw.PreferencesPage {
//Create a row for the link widget
let linkEntryRow = new Adw.ActionRow({
title: linkInfo[0],
activatable: true/
activatable: true
});

//Open the link when clicked
Expand Down

0 comments on commit 88df185

Please sign in to comment.