Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LanlanMC committed Feb 7, 2024
1 parent d40d6e9 commit aacb885
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.idea
.idea\
__pycache__\

*.pyc
Expand Down
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import ui
import tkinter as tk
from ctypes import windll

windll.shcore.SetProcessDpiAwareness(1)
Expand Down

0 comments on commit aacb885

Please sign in to comment.