Skip to content

Commit

Permalink
Remove PyQTDarkTheme
Browse files Browse the repository at this point in the history
  • Loading branch information
mak448a committed Aug 9, 2024
1 parent 49626d5 commit 1dde4db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ platformdirs~=4.2.2
PySide6~=6.7.1
requests~=2.32.3

pyqtdarktheme-fork~=2.3.2
websocket-client


# Depedencies of dependencies. You need not install these manually, but here for good measure.
# Dark detect is for pyqtdarktheme-fork
darkdetect~=0.7.1
certifi~=2024.6.2
charset-normalizer~=3.3.2
idna~=3.7
Expand Down
2 changes: 0 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

# 3rd party libraries
import platformdirs
import qdarktheme

from discord_worker import Worker
import discord_integration
Expand Down Expand Up @@ -297,7 +296,6 @@ def handle_no_internet() -> None:

app = QApplication(sys.argv)
app.setDesktopFileName("io.github.mak448a.QTCord")
qdarktheme.setup_theme("dark")

# Add widget to switch between pages of UI
switcher = QtWidgets.QStackedWidget()
Expand Down

0 comments on commit 1dde4db

Please sign in to comment.