Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/material-shell/material-shell
/ persistent
Method
persistent
src/layout/msWorkspace/msWindow.ts:323–326 ·
view source on GitHub ↗
(boolean: boolean)
Source
from the content-addressed store, hash-verified
321
}
322
323
set persistent(boolean: boolean) {
324
this._persistent = boolean;
325
Me.stateManager!.stateChanged();
326
}
327
328
private trackAppChanges() {
329
assert(
Callers
nothing calls this directly
Calls
1
stateChanged
Method · 0.45
Tested by
no test coverage detected