mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 06:00:21 +08:00
fix: oops
This commit is contained in:
parent
15465bfc50
commit
a136ee5edd
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user