revert linux font path to ~/.fonts/

This commit is contained in:
Tom Schimansky 2022-09-17 01:20:33 +02:00
parent 3f156f5648
commit 7dd945adbb
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [4.6.0] - 2022-06-23
## [4.6.0] - 2022-09-17
### Added
- CTkProgressBar indeterminate mode, automatic progress loop with .start() and .stop()

View File

@ -6,7 +6,7 @@ from typing import Union
class FontManager:
linux_font_path = "~/.local/share/fonts/"
linux_font_path = "~/.fonts/"
@classmethod
def init_font_manager(cls):