Skip to content

Commit

Permalink
opt.: display settings btn in fullscreen mode (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
lollipopkit authored Dec 15, 2024
1 parent aaa1edd commit 0bbd0b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/view/page/server/top_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ final class _TopBar extends StatelessWidget implements PreferredSizeWidget {
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
// Keep this btn. For issue #657.
InkWell(
borderRadius: BorderRadius.circular(13),
onTap: () {
Expand Down

0 comments on commit 0bbd0b4

Please sign in to comment.