Revolution #1

Merged
nuark merged 28 commits from revolution into master 2023-05-08 08:50:16 +03:00
Showing only changes of commit e8ffece33c - Show all commits

View file

@ -251,6 +251,7 @@ class OpenTableController extends GetxController {
description: e["description"],
fid: "",
tags: "",
mime: "",
))
.toList(growable: false);
}(),
@ -881,6 +882,7 @@ class OpenTableDialog extends GetView<OpenTableController> {
description: "",
fid: "",
tags: "",
mime: "",
));
return ad.first["name"].toString();