名変更
This commit is contained in:
@@ -74,7 +74,7 @@ export async function widgetTaskHandler(props) {
|
||||
}
|
||||
case "Info_Widget": {
|
||||
const { time, text } = await getInfoString();
|
||||
renderWidget(<InfoWidget time={time} delayString={text} />);
|
||||
renderWidget(<InfoWidget time={time} text={text} />);
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
|
Reference in New Issue
Block a user