navigator/src/config.ini

19 lines
898 B
INI

; To re-run the registry check, go to your config folder and run CheckReg.bat
; To uninstall, go to your config folder and run Uninstall.bat
[NavMenu]
; Without a path, Navigator will assume the next line corresponds with a sub-menu
; Notice the pipe (|) used to rename the sub-menu. Each sub-menu needs to match a specific "header" in the ini file, but sometimes the names double up, so renaming can look better visually.
Config|NavMenu
[Config]
; A sub-menu for the above matching line in NavMenu
; Notice this path leads directly to a file, so Navigator will mark it in the sub-menu with a radio button mark
Config File,C:\Applications\Navigator\config.ini
; If the path is a directory, Navigator will open to that folder. This is really the core of the project and is supported in File Explorer, Command Line, and MobaXTerm.
Config Folder,C:\Applications\Navigator
[System]
; DO NOT MODIFY