mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-07 00:04:48 +00:00
removed syslog
This commit is contained in:
parent
75881a31cc
commit
1fe467a1cf
@ -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…
x
Reference in New Issue
Block a user