[Refactor] Remove the codes that is no longer in use and organize a bit.

This commit is contained in:
Sakamoto Shiina
2024-10-13 07:11:47 +09:00
parent 743e73b9ed
commit d7cf2425a1
5 changed files with 24 additions and 98 deletions

View File

@@ -99,7 +99,6 @@ const createAtomWithHook = (initialValue, base_name, options) => {
// Common
// export const { atomInstance: Atom_RestoreWindowGeometry, useHook: useStore_RestoreWindowGeometry } = createAtomWithHook(true, "RestoreWindowGeometry");
export const { atomInstance: Atom_IsOpenedConfigPage, useHook: useStore_IsOpenedConfigPage } = createAtomWithHook(false, "IsOpenedConfigPage");
export const { atomInstance: Atom_MainFunctionsStateMemory, useHook: useStore_MainFunctionsStateMemory } = createAtomWithHook({
transcription_send: false,