[Chore] Remove unused define params in store.js

This commit is contained in:
Sakamoto Shiina
2025-06-19 09:32:34 +09:00
parent e480c373cd
commit 50bd182d8f

View File

@@ -16,12 +16,9 @@ import {
export const store = { export const store = {
backend_subprocess: null, backend_subprocess: null,
config_page: null,
setting_box_scroll_container: null, setting_box_scroll_container: null,
log_box_ref: null, log_box_ref: null,
text_area_ref: null, text_area_ref: null,
is_register_window_geometry_controller: false,
is_applied_init_message_box_height: false,
is_initialized_load_plugin: false, is_initialized_load_plugin: false,
is_fetched_plugins_info_already: false, is_fetched_plugins_info_already: false,
is_initialized_fetched_plugin_info: false, is_initialized_fetched_plugin_info: false,