diff --git a/src/index.tsx b/src/index.tsx index 4b0d5cb..f174483 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -210,6 +210,24 @@ const Content: VFC<{ serverAPI: ServerAPI }> = ({}) => { reloadGUI("periodic" + (new Date()).getTime().toString()); }, 1000); + if (!usdplReady || !get_value(LIMITS_INFO)) { + // Not translated on purpose (to avoid USDPL issues) + return ( + + USDPL or PowerTools's backend did not start correctly! + { + console.log("POWERTOOLS: manual reload after startup failure"); + reload(); + }} + > + Reload + + + ) + } + return (