1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 22:18:03 +00:00

Improved the app menu

This commit is contained in:
2023-06-26 21:05:05 +02:00
parent 5191086d74
commit 9acb89205d
7 changed files with 82 additions and 42 deletions

View File

@ -7,8 +7,7 @@
export let host;
export let hostKey;
let tab = 'status';
export let tab = 'status';
$: if (host) {
host.hostKey = hostKey;