[Update/bugfix] バックエンドからもらった初期データを繋げ、UIと初回同期
initialization_complete エンドポイント修正 ('/'追加)
This commit is contained in:
@@ -51,9 +51,6 @@ export const useWindow = () => {
|
||||
}
|
||||
};
|
||||
|
||||
const fetchAndUpdateWindowGeometry = () => {
|
||||
asyncStdoutToPython("/get/data/main_window_geometry");
|
||||
};
|
||||
|
||||
const WindowGeometryController = () => {
|
||||
useEffect(() => {
|
||||
@@ -86,7 +83,6 @@ export const useWindow = () => {
|
||||
return {
|
||||
WindowGeometryController,
|
||||
asyncSaveWindowGeometry,
|
||||
fetchAndUpdateWindowGeometry,
|
||||
restoreWindowGeometry,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user