Skip to content

Commit

Permalink
Removed DPI awareness
Browse files Browse the repository at this point in the history
  • Loading branch information
OndiekiErnest committed Apr 28, 2024
1 parent 85b5d75 commit 63da3c1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Lazy_Selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
askopenfilenames, askdirectory
)
from storage import (
AppConfigs, DCache,
AppConfigs,
DCache,
TrackRecords,
)
from ctypes import windll
from webbrowser import open as open_tab


Expand Down Expand Up @@ -2319,8 +2319,6 @@ def main_run():
if __name__ == "__main__":
# freeze support
freeze_support()
# DPI aware to avoid blurry text on high DPI screens
windll.shcore.SetProcessDpiAwareness(1)

# run main
main_run()
Expand Down

0 comments on commit 63da3c1

Please sign in to comment.