fix: oops

This commit is contained in:
KernelDeimos 2024-06-24 14:05:08 -04:00
parent 15465bfc50
commit a136ee5edd

View File

@ -184,7 +184,7 @@ class DevConsoleService extends BaseService {
// Input background disabled on Mac OS because it
// has a - brace yourself - light-theme terminal 😱
const drawInputBackground =
process.platform === 'darwin';
process.platform !== 'darwin';
// Redraw the static lines
this.static_lines.forEach(line => {