mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
fix note dialog
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
36753e00ca
commit
08762ca727
3 changed files with 3 additions and 2 deletions
|
@ -1100,7 +1100,7 @@ showSetOSAccount(
|
|||
|
||||
showAuditDialog(SessionID sessionId, dialogManager) async {
|
||||
final controller = TextEditingController();
|
||||
dialogManager.show((setState, close) {
|
||||
dialogManager.show((setState, close, context) {
|
||||
submit() {
|
||||
var text = controller.text.trim();
|
||||
if (text != '') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue