Skip to content

Commit

Permalink
Set actor context at app level
Browse files Browse the repository at this point in the history
  • Loading branch information
Excellify committed Oct 2, 2024
1 parent b5b7c79 commit b68d821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/settings/SettingsMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ watch(
margin-top: auto;
align-items: center;
padding: 1rem;
height: 100%;
&:hover {
cursor: pointer;
Expand Down
2 changes: 2 additions & 0 deletions src/site/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import { log } from "@/common/Logger";
import { db } from "@/db/idb";
import { useChannelContext } from "@/composable/channel/useChannelContext";
import { convertEmojis } from "@/composable/chat/useChatEmotes";
import { useActor } from "@/composable/useActor";
import { loadEmojiList } from "@/composable/useEmoji";
import { useFrankerFaceZ } from "@/composable/useFrankerFaceZ";
import { fillSettings, useConfig, useSettings } from "@/composable/useSettings";
Expand All @@ -33,6 +34,7 @@ const YouTubeSite = defineAsyncComponent(() => import("@/site/youtube.com/YouTub
const KickSite = defineAsyncComponent(() => import("@/site/kick.com/KickSite.vue"));
useChannelContext();
useActor();
if (import.meta.hot) {
import.meta.hot.on("full-reload", () => {
Expand Down

0 comments on commit b68d821

Please sign in to comment.