Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate customtkinter #37

Open
Lenochxd opened this issue Nov 30, 2024 · 0 comments
Open

Integrate customtkinter #37

Lenochxd opened this issue Nov 30, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Lenochxd
Copy link
Owner

Attempt to integrate customtkinter

  • Tried to replace tkinter with customtkinter for better UI consistency, dark theme support, and better Linux support.
  • Encountered several issues:
    • Opening the QR code window again while it's already open results in a GIL error (yeah). Tried to solve this problem using threads, and it works but makes the function slower and laggy the more often we use it.
    • The port input box can crash the QR code window if the QR code window is opened without closing the port input box.
    • System light/dark mode is inconsistent for the port input box.
    • Other potential issues may exist.
  • This branch was made for contributors, be aware of these issues when working with this branch.
@Lenochxd Lenochxd converted this from a draft issue Nov 30, 2024
@Lenochxd Lenochxd added bug Something isn't working help wanted Extra attention is needed enhancement New feature or request and removed bug Something isn't working labels Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant