Various improvements

This commit is contained in:
Ilya Laktyushin
2022-07-08 14:30:49 +02:00
parent 0c2f2ec1b7
commit 9d41d0f110
13 changed files with 510 additions and 123 deletions

View File

@@ -777,6 +777,10 @@ public final class WebAppController: ViewController, AttachmentContainable {
}
self.controller?.present(alertController, in: .window(.root))
}
case "web_app_setup_closing_behavior":
if let json = json, let _ = json["need_confirmation"] as? String {
}
default:
break
}