mirror of https://gitlab.com/pamhyr/pamhyr2
Config: Fix reopen latest study.
parent
6b232d2971
commit
25de73812b
|
|
@ -205,8 +205,6 @@ class Config(SQL):
|
|||
v = self.execute("SELECT value FROM data WHERE key='last_solver_name'")
|
||||
self.last_solver_name = v[0]
|
||||
|
||||
self.last_study = v[0]
|
||||
|
||||
# Debug
|
||||
v = self.execute("SELECT value FROM data WHERE key='debug'")
|
||||
self.debug = v[0] == "True"
|
||||
|
|
|
|||
Loading…
Reference in New Issue