mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +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
|
// Input background disabled on Mac OS because it
|
||||||
// has a - brace yourself - light-theme terminal 😱
|
// has a - brace yourself - light-theme terminal 😱
|
||||||
const drawInputBackground =
|
const drawInputBackground =
|
||||||
process.platform === 'darwin';
|
process.platform !== 'darwin';
|
||||||
|
|
||||||
// Redraw the static lines
|
// Redraw the static lines
|
||||||
this.static_lines.forEach(line => {
|
this.static_lines.forEach(line => {
|
||||||
|
Loading…
Reference in New Issue
Block a user