mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-04-05 03:12:29 -04:00
Fixed issue in Global settings dialog, fixes #307
This commit is contained in:
parent
b6d5c9be63
commit
fe60ac8f67
@ -33,7 +33,7 @@ class globalSettingsController(object):
|
|||||||
|
|
||||||
def make_kmmap(self):
|
def make_kmmap(self):
|
||||||
res={}
|
res={}
|
||||||
for i in os.listdir(paths.app_path('keymaps')):
|
for i in os.listdir(os.path.join(paths.app_path(), 'keymaps')):
|
||||||
if ".keymap" not in i:
|
if ".keymap" not in i:
|
||||||
continue
|
continue
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user