Sysmon: add a button to hide and show sensors (but it do not remember its state after app reopen)
git-svn-id: svn://kolibrios.org@9581 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -135,6 +135,7 @@ void handle_param()
|
||||
strcpy(#program_path+strrchr(#program_path,'/'), "EOLITE");
|
||||
}
|
||||
|
||||
SetAppColors();
|
||||
LoadIniSettings();
|
||||
|
||||
for (i=0; i<PANES_COUNT; i++) {
|
||||
@@ -190,7 +191,6 @@ void main()
|
||||
load_dll(libini, #lib_init,1);
|
||||
load_dll(libimg, #libimg_init,1);
|
||||
|
||||
SetAppColors();
|
||||
handle_param();
|
||||
|
||||
SystemDiscs.Get();
|
||||
|
Reference in New Issue
Block a user