renamed method name

This commit is contained in:
itdominator 2022-03-07 18:18:43 -06:00
parent 14367167d9
commit 79953bb1ef
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ class WindowController:
else:
raise Exception("Window data corrupted! Can not save session!")
def load_state(self, session_file = None):
def get_state_from_file(self, session_file = None):
if not session_file:
session_file = self._session_file