Skip to content

Commit

Permalink
Fix Flatpak localization
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Feb 6, 2025
1 parent 583cc9f commit b16eb7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tauon/t_modules/t_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39018,8 +39018,8 @@ def drop_file(target: str):
music_directory = None

locale_directory = install_directory / "locale"
#if flatpak_mode:
# locale_directory = Path("/app/share/locale")
if flatpak_mode:
locale_directory = Path("/app/share/locale")
#elif str(install_directory).startswith(("/opt/", "/usr/")):
# locale_directory = Path("/usr/share/locale")

Expand Down

0 comments on commit b16eb7b

Please sign in to comment.