Skip to content

Commit

Permalink
fix: show more options button
Browse files Browse the repository at this point in the history
  • Loading branch information
mumu-lhl committed Feb 3, 2025
1 parent c2214a5 commit 4194f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/main/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class _HomeState extends State<Home> {
title: searchBar,
automaticallyImplyLeading: settings.showSidebarIcon,
actions: [
if (!settings.showMoreOptionsButton) buildMoreButton(context),
if (settings.showMoreOptionsButton) buildMoreButton(context),
],
);
}
Expand Down

0 comments on commit 4194f64

Please sign in to comment.