Skip to content

Commit 55f7113

Browse files
marcelklehrCopilot
andauthored
Update src/ui/App.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7e066c3 commit 55f7113

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export default {
144144
}
145145
},
146146
async created() {
147-
if ('KAGI' in window && window.KAGI) {
147+
if (window.KAGI) {
148148
browser.storage.local.set({'isOrion': true})
149149
}
150150

0 commit comments

Comments
 (0)