You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/internal/common/config_type.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ type ConfigType struct {
71
71
CdOnQuitbool`toml:"cd_on_quit" comment:"\nCd on quit (For more details, please check out https://superfile.netlify.app/configure/superfile-config/#cd_on_quit)"`
72
72
DefaultOpenFilePreviewbool`toml:"default_open_file_preview" comment:"\nWhether to open file preview automatically every time superfile is opened."`
73
73
ShowImagePreviewbool`toml:"show_image_preview" comment:"\nWhether to show image preview."`
74
+
ShowPanelFooterInfobool`toml:"show_panel_footer_info" comment:"\nWhether to show additional footer info for file panel."`
74
75
DefaultDirectorystring`toml:"default_directory" comment:"\nThe path of the first file panel when superfile is opened."`
75
76
FileSizeUseSIbool`toml:"file_size_use_si" comment:"\nDisplay file sizes using powers of 1000 (kB, MB, GB) instead of powers of 1024 (KiB, MiB, GiB)."`
76
77
DefaultSortTypeint`toml:"default_sort_type" comment:"\nDefault sort type (0: Name, 1: Size, 2: Date Modified)."`
0 commit comments