Skip to content

Commit 8ff126c

Browse files
committed
typo
1 parent 293d33d commit 8ff126c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smct/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def init_config():
6363
else:
6464
registry.remove_from_autostart()
6565

66-
if get_first_start_with_windows_value():
66+
if get_first_start_value():
6767
ui.init_mmt_selection_frame()
6868
set_first_start_value(False)
6969

@@ -109,7 +109,7 @@ def set_start_with_windows_value(_value):
109109
_write_to_config()
110110

111111

112-
def get_first_start_with_windows_value():
112+
def get_first_start_value():
113113
_read_from_config()
114114
return _configparser.getboolean(_SETTINGS_SECTION, _FIRST_START_KEY)
115115

0 commit comments

Comments
 (0)