mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-03 03:11:40 +00:00
fix typo
This commit is contained in:
parent
2260c0c02b
commit
878e0007d9
3 changed files with 5 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ import {
|
|||
DiscordDisplayType,
|
||||
getServerById,
|
||||
useAppStore,
|
||||
useDiscordSetttings,
|
||||
useDiscordSettings,
|
||||
useGeneralSettings,
|
||||
usePlayerStore,
|
||||
} from '/@/renderer/store';
|
||||
|
|
@ -17,7 +17,7 @@ import { PlayerStatus } from '/@/shared/types/types';
|
|||
const discordRpc = isElectron() ? window.api.discordRpc : null;
|
||||
|
||||
export const useDiscordRpc = () => {
|
||||
const discordSettings = useDiscordSetttings();
|
||||
const discordSettings = useDiscordSettings();
|
||||
const generalSettings = useGeneralSettings();
|
||||
const { privateMode } = useAppStore();
|
||||
const [lastUniqueId, setlastUniqueId] = useState('');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue