forked from FauxFaux/PuTTYTray
-
Notifications
You must be signed in to change notification settings - Fork 6
File behaviour
FauxFaux edited this page Jan 13, 2012
·
1 revision
- Act exactly like PuTTY if there are no file settings, until the user asks for files.
- Don't read or write the registry if there are file settings, unless the user asks for registry.
- Have some logical behaviour for Default Settings.
- Do we have any registry settings?
- Do we have any file settings?
- Do we have Default Settings in the registry?
- Do we have Default Settings in files?
when reg, and file is selected {
mode -> file
load defaults
}
and v.v.?