Skip to content

Commit

Permalink
0.1.6 update title when change template
Browse files Browse the repository at this point in the history
  • Loading branch information
tastysugar committed Jun 18, 2023
1 parent 967e9d3 commit a10e44b
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 @@ -30,7 +30,7 @@
from ProcessWindow import MyConsole
import platform

VERSION = "v0.1.5 Beta"
VERSION = "v0.1.6 Beta"

CATEGORY = {
'Anime': ['Default', 'MV', 'TV', 'Movie', 'Collection', 'Raw', 'English'],
Expand Down Expand Up @@ -353,6 +353,7 @@ def updateTemplate(self):
self.reloadMenuSelectCookies()
self.textTags.setText(conf['tags'])
self.textTitle.setText(conf['title'])
self.setTitleText()
self.conf['template'][selected] = dict(conf)

conf = defaultdict(bool, self.conf['template'][selected])
Expand Down

0 comments on commit a10e44b

Please sign in to comment.