Skip to content

Commit

Permalink
v0.1.3 Beta
Browse files Browse the repository at this point in the history
minor ux improvement
  • Loading branch information
tastysugar committed Mar 20, 2023
1 parent 538c22a commit 4d8cf33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OKPLogic.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import torrent_parser as tp
from ProcessWindow import MyConsole

VERSION = "v0.1.2 Beta"
VERSION = "v0.1.3 Beta"

CATEGORY = {
'Anime': ['Default', 'MV', 'TV', 'Movie', 'Collection', 'Raw', 'English'],
Expand Down Expand Up @@ -79,6 +79,7 @@ def setupUi2(self):

self.reloadTemplate()
self.updateTemplate()
self.selectCookiesChangeHandler(self.menuSelectCookies.currentText())

self.loadProxy()

Expand Down

0 comments on commit 4d8cf33

Please sign in to comment.