Skip to content

Commit

Permalink
chore(oomox_plugin): add new description and links for about section
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Oct 12, 2022
1 parent 4c09ec3 commit 5fab7c1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions oomox_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,14 @@ class Plugin(OomoxExportPlugin):
name = 'spotify'
display_name = 'Oomoxify'
export_text = translate("Apply Spotif_y Theme…")
about_text = translate('Apply the current theme to Spotify Desktop app.')
about_links = [
{
'name': translate('Homepage'),
'url': 'https://github.com/themix-project/oomoxify/',
},
]

export_dialog = SpotifyExportDialog

theme_model_extra = [
Expand Down

0 comments on commit 5fab7c1

Please sign in to comment.