fixed bug

This commit is contained in:
itdominator 2021-09-03 23:00:33 -05:00
parent caec383da1
commit c6fc17d112
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ class Settings:
USER_HOME = path.expanduser('~')
CONFIG_PATH = USER_HOME + "/.config/shellfm"
CONFIG_FILE = CONFIG_PATH + "/settings.json"
HIDE_HIDDEN_FILES = True
GTK_ORIENTATION = 1 # HORIZONTAL (0) VERTICAL (1)
DEFAULT_ICONS = CONFIG_PATH + "/icons"