feat: port input modals to new system

This commit is contained in:
Paul Makles
2022-07-05 17:53:41 +01:00
parent 56955a5934
commit 32474a5c6f
19 changed files with 275 additions and 127 deletions

View File

@@ -368,9 +368,8 @@ export default function ContextMenus() {
break;
case "set_status":
openScreen({
id: "special_input",
type: "set_custom_status",
modalController.push({
type: "custom_status",
});
break;