Compare commits

..

No commits in common. "02227852f8dc9fabf92e965b54179e68da669521" and "9f8c8923d97b15b50ef9a198184d831a6b8b8488" have entirely different histories.

6 changed files with 5 additions and 20 deletions

View File

@ -846,6 +846,5 @@
"translating": "Translating…",
"translated": "Translated",
"settingsAutoTranslate": "Auto Translate",
"settingsAutoTranslateDescription": "Automatically translate text when viewing posts and messages.",
"trayMenuHide": "Hide"
"settingsAutoTranslateDescription": "Automatically translate text when viewing posts and messages."
}

View File

@ -844,6 +844,5 @@
"translating": "正在翻译……",
"translated": "已翻译",
"settingsAutoTranslate": "自动翻译",
"settingsAutoTranslateDescription": "在查看帖子、消息时自动翻译文本。",
"trayMenuHide": "隐藏"
"settingsAutoTranslateDescription": "在查看帖子、消息时自动翻译文本。"
}

View File

@ -844,6 +844,5 @@
"translating": "正在翻譯……",
"translated": "已翻譯",
"settingsAutoTranslate": "自動翻譯",
"settingsAutoTranslateDescription": "在查看帖子、消息時自動翻譯文本。",
"trayMenuHide": "隱藏"
"settingsAutoTranslateDescription": "在查看帖子、消息時自動翻譯文本。"
}

View File

@ -844,6 +844,5 @@
"translating": "正在翻譯……",
"translated": "已翻譯",
"settingsAutoTranslate": "自動翻譯",
"settingsAutoTranslateDescription": "在查看帖子、消息時自動翻譯文本。",
"trayMenuHide": "隱藏"
"settingsAutoTranslateDescription": "在查看帖子、消息時自動翻譯文本。"
}

View File

@ -1,6 +1,5 @@
import 'dart:io';
import 'package:bitsdojo_window/bitsdojo_window.dart';
import 'package:easy_localization/easy_localization.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
@ -84,16 +83,6 @@ class AppSystemMenuBar extends StatelessWidget {
),
],
),
PlatformMenuItem(
shortcut: const SingleActivator(
LogicalKeyboardKey.keyH,
meta: true,
),
label: 'trayMenuHide'.tr(),
onSelected: () {
appWindow.hide();
},
),
if (onQuit != null)
PlatformMenuItem(
shortcut: const SingleActivator(

View File

@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 2.4.2+83
version: 2.4.2+82
environment:
sdk: ^3.5.4