upgrade protobuf

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-11-26 17:11:35 +08:00
parent 9b0a43efc9
commit ded78e534f
107 changed files with 147 additions and 379 deletions

View File

@@ -36,7 +36,7 @@ class WhisperSettingsController
Future<LoadingState<GetImSettingsReply>> customGetData() =>
ImGrpc.getImSettings(type: imSettingType);
Future<bool> onSet(PbMap<int, Setting> settings) async {
Future<bool> onSet(Map<int, Setting> settings) async {
final res = await ImGrpc.setImSettings(settings: settings);
if (!res.isSuccess) {
res.toast();