Skip to content

Commit

Permalink
Quick review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SUPERCILEX committed Sep 24, 2023
1 parent d2da2c2 commit 586fad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Clipboard History",
"version": 29,
"version": 30,
"uuid": "[email protected]",
"gettext-domain": "[email protected]",
"settings-schema": "org.gnome.shell.extensions.clipboard-history",
Expand Down
2 changes: 1 addition & 1 deletion prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {

import Fields from './settingsFields.js';

export default class Prefs extends ExtensionPreferences {
export default class ClipboardHistoryPrefs extends ExtensionPreferences {
// fillPreferencesWindow() is passed a Adw.PreferencesWindow,
// we need to wrap our widget in a Adw.PreferencesPage and Adw.PreferencesGroup
// ourselves.
Expand Down

0 comments on commit 586fad1

Please sign in to comment.