mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-06 01:20:41 +00:00
fix: oops
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user