diff --git a/CHANGELOG.md b/CHANGELOG.md index dde83c6..95e0d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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() diff --git a/customtkinter/font_manager.py b/customtkinter/font_manager.py index 886a988..91dfd04 100644 --- a/customtkinter/font_manager.py +++ b/customtkinter/font_manager.py @@ -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):