mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-03 17:00:53 +00:00
FIX - ifruit login toast
This commit is contained in:
@@ -726,10 +726,7 @@ onBeforeUnmount(() => {
|
||||
</template>
|
||||
</k-dialog>
|
||||
|
||||
<k-toast
|
||||
:opened="toastOpened"
|
||||
position="center"
|
||||
:text="toastText"
|
||||
@click="toastOpened = false"
|
||||
/>
|
||||
<k-toast :opened="toastOpened" position="center" @click="toastOpened = false">
|
||||
{{ toastText }}
|
||||
</k-toast>
|
||||
</template>
|
||||
|
||||
@@ -1039,7 +1039,8 @@ onBeforeUnmount(() => {
|
||||
<k-toast
|
||||
:opened="Boolean(accountToast)"
|
||||
position="center"
|
||||
:text="accountToast"
|
||||
@click="accountToast = ''"
|
||||
/>
|
||||
>
|
||||
{{ accountToast }}
|
||||
</k-toast>
|
||||
</template>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Sky Phone</title>
|
||||
<script type="module" crossorigin src="./assets/sky-index-CYhwYsUy.js"></script>
|
||||
<script type="module" crossorigin src="./assets/sky-index-BIZ3BtrM.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="./assets/sky-index-CsEJ7-yo.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -540,7 +540,7 @@ Sky.Debug(
|
||||
tostring(Sky.FW.GetResourceName()),
|
||||
{ always = true }
|
||||
)
|
||||
local usable_registered = Sky.FW.RegisterUsableItem(Config.Phone.Item, open_phone)
|
||||
local usable_registered = Sky.FW.RegisterUsableItem(Config.Phone.Item, open_phone, true)
|
||||
Sky.Debug(
|
||||
"debug",
|
||||
"[sky_phone] Usable item registration returned: %s.",
|
||||
|
||||
Reference in New Issue
Block a user