mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 15:10:28 +00:00
removed syslog
This commit is contained in:
parent
75881a31cc
commit
1fe467a1cf
1 changed files with 0 additions and 1 deletions
|
@ -820,7 +820,6 @@ init_connection:
|
|||
}
|
||||
break;
|
||||
case CH_CTRLD:
|
||||
SysLog("Dark mode: %d\n", dark_mode);
|
||||
dark_mode = !dark_mode;
|
||||
if (dark_mode) Fs->text_attr = WHITE << 4 + BLACK;
|
||||
else Fs->text_attr = BLACK << 4 + WHITE;
|
||||
|
|
Loading…
Reference in a new issue