mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-11 03:26:58 +02:00
Better listening for path changes
This commit is contained in:
@@ -4,9 +4,9 @@ import { App } from './components/App';
|
||||
import { getKeyValue } from './lib/keyValueStore';
|
||||
import { getPreferredAppearance, setAppearance } from './lib/theme/window';
|
||||
import './main.css';
|
||||
import { initPathnamePersistance } from './lib/initPathnamePersistance';
|
||||
import { maybeRestorePathname } from './lib/persistPathname';
|
||||
|
||||
await initPathnamePersistance();
|
||||
await maybeRestorePathname();
|
||||
|
||||
setAppearance(
|
||||
await getKeyValue({
|
||||
|
||||
Reference in New Issue
Block a user