[Update] Add safety that prevent to show the title Plugin compatibility list unnecessary.

Remove the test code that is for showing the update modal.
This commit is contained in:
Sakamoto Shiina
2025-04-18 00:10:09 +09:00
parent fd59c0b28f
commit 9ef56db2dd
2 changed files with 8 additions and 10 deletions

View File

@@ -206,13 +206,7 @@ export const useReceiveRoutes = () => {
"/set/data/main_window_geometry": () => {},
"/run/open_filepath_logs": () => console.log("Opened Directory, Message Logs"),
"/run/open_filepath_config_file": () => console.log("Opened Directory, Config File"),
"/run/software_update_info": () => {
updateLatestSoftwareVersionInfo({
is_update_available: true,
new_version: "3.0.3",
})
},
// "/run/software_update_info": updateLatestSoftwareVersionInfo,
"/run/software_update_info": updateLatestSoftwareVersionInfo,
"/run/connected_network": handleNetworkConnection,
// Main Page