Add fastresume to desktop app
This commit is contained in:
parent
e8ef1f170d
commit
eb2b9e5a41
5 changed files with 22 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ async function get_current_config(): Promise<CurrentDesktopState> {
|
|||
|
||||
Promise.all([get_version(), get_default_config(), get_current_config()]).then(
|
||||
([version, defaultConfig, currentState]) => {
|
||||
console.log(version, defaultConfig, currentState);
|
||||
ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
|
||||
<StrictMode>
|
||||
<RqbitDesktop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue