mirror of
https://github.com/andrewyng/openworker.git
synced 2026-09-11 06:30:25 +00:00
gui: boot splash says Starting OpenWorker
This commit is contained in:
@@ -1051,7 +1051,7 @@ export function App() {
|
||||
</div>
|
||||
)}
|
||||
<div className="boot-mark">✦</div>
|
||||
<div className="boot-text">{resumedExisting ? "Restoring your session…" : "Starting coworker…"}</div>
|
||||
<div className="boot-text">{resumedExisting ? "Restoring your session…" : "Starting OpenWorker…"}</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user