()
| 87 | } |
| 88 | |
| 89 | saveRegistry() { |
| 90 | const json = JSON.stringify(this.state); |
| 91 | global.set_persistent_state( |
| 92 | 'material-shell-state', |
| 93 | GLib.Variant.new_string(json) |
| 94 | ); |
| 95 | } |
| 96 | getState(key: string) { |
| 97 | return this.state[key]; |
| 98 | } |
no test coverage detected