Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed May 25, 2019
1 parent 3e941d9 commit e615efa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tauon.py
Original file line number Diff line number Diff line change
Expand Up @@ -13294,6 +13294,7 @@ def set_mini_mode_D():
mode_menu.add(_('Mini Mode Large'), set_mini_mode_A2)
mode_menu.add(_('Mini Mode Square'), set_mini_mode_B1)
mode_menu.add(_('Mini Mode Square Large'), set_mini_mode_B2)
mode_menu.add(_('Mini Mode Square Large'), set_mini_mode_B2)
mode_menu.add(_('Mini Mode Micro'), set_mini_mode_D)
# x_menu.add_sub("Playback...", 120)
extra_menu = Menu(175, show_icons=True)
Expand Down Expand Up @@ -16735,7 +16736,7 @@ def funcs(self):
self.toggle_square(x, y, toggle_gimage, _("Search images on Google"))
y += 23 * gui.scale
self.toggle_square(x, y, toggle_gen, _("Search track on Genius"))
if not flatpak_mode and discord_allow:
if discord_allow:
y += 23 * gui.scale
self.toggle_square(x, y, toggle_show_discord, _("Show playing in Discord"))

Expand Down

0 comments on commit e615efa

Please sign in to comment.