Skip to content

Commit

Permalink
Merge pull request #48 from Phidel/main
Browse files Browse the repository at this point in the history
fixed misprint
  • Loading branch information
tomlin7 authored Jul 24, 2024
2 parents 2f549bb + 087eedc commit 5ec18ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cupcake/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self, master, config_file="", darkmode=True, font="", uifont=""):
)

self.font = font or Font(family="Consolas", size=11)
self.uifont = uifont or Font(family="Segoi UI", size=10)
self.uifont = uifont or Font(family="Segoe UI", size=10)
self.load_from(config_file)

def load_from(self, config_file: str):
Expand Down

0 comments on commit 5ec18ef

Please sign in to comment.