Skip to content

Commit 55f7113

Browse files
marcelklehrCopilot
andauthored
Update src/ui/App.vue
Co-authored-by: Copilot <[email protected]>
1 parent 7e066c3 commit 55f7113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)