Skip to content

Commit

Permalink
Merge pull request #9 from fastfinge/main
Browse files Browse the repository at this point in the history
the least important thing I have ever contributed to anything ever
  • Loading branch information
masonasons authored Apr 24, 2024
2 parents 502b9e1 + 4f88fd4 commit f8fa2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/globalPlugins/Unspoken/addonGui.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import gui
from gui import settingsDialogs, guiHelper, NVDASettingsDialog

class SettingsPanel(gui.SettingsPanel):
class SettingsPanel(gui.settingsDialogs.SettingsPanel):
title = "Unspoken"
def makeSettings(self, settingsSizer):
settingsSizer = guiHelper.BoxSizerHelper(self, sizer=settingsSizer)
Expand Down

0 comments on commit f8fa2ef

Please sign in to comment.