Revert "feat: 默认隐藏转发按钮"

This reverts commit b943f45c4d.
master
chenhui 2023-05-18 14:59:34 +08:00
parent b943f45c4d
commit 5f604b8e3b
2 changed files with 3 additions and 2 deletions

View File

@ -51,6 +51,7 @@ class _MyAppState extends State<MyApp> {
uiconfig.isClearNavigationBarNavButtonBackground = false;
uiconfig.isHideFeedbackAndComplaints = true;
uiconfig.isHideBackHome = true;
uiconfig.isHideForwardMenu = true;
CapsuleConfig capsuleConfig = CapsuleConfig();
// capsuleConfig.capsuleBgLightColor = 0x33ff00ee;
capsuleConfig.capsuleCornerRadius = 16;

View File

@ -289,8 +289,8 @@ class UIConfig {
/// ...
bool isHideBackHome = false;
/// ... truetrueSDKfalse
bool isHideForwardMenu = true;
/// ... false
bool isHideForwardMenu = false;
/// ... true
bool isHideShareAppletMenu = true;