mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
fix
This commit is contained in:
parent
23fbbc5159
commit
9549d4a90f
@ -48,9 +48,6 @@ class Method(scalebase):
|
|||||||
if profiles_index > len(magpie_config["profiles"]):
|
if profiles_index > len(magpie_config["profiles"]):
|
||||||
profiles_index = 0
|
profiles_index = 0
|
||||||
|
|
||||||
#显示帧率暂时有问题
|
|
||||||
magpie_config["profiles"][profiles_index]["showFPS"] = False
|
|
||||||
|
|
||||||
self.saveconfig()
|
self.saveconfig()
|
||||||
windows.SendMessage(
|
windows.SendMessage(
|
||||||
windows.FindWindow("WNDCLS_Magpie_Core_CLI_Message", None),
|
windows.FindWindow("WNDCLS_Magpie_Core_CLI_Message", None),
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version":"v2.45.13",
|
"version":"v2.45.14",
|
||||||
"themes":{
|
"themes":{
|
||||||
"dark":[
|
"dark":[
|
||||||
{"file":"dark1.qss","name":"PyQtDarkTheme"},
|
{"file":"dark1.qss","name":"PyQtDarkTheme"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user