Skip to content

Commit

Permalink
Merge pull request #21 from maxwen/android-14.0
Browse files Browse the repository at this point in the history
omni: set always_show_screenshot_dismiss_button=false
  • Loading branch information
maxwen committed Oct 23, 2023
2 parents f6c5a95 + 1ae1dec commit 7c0af62
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@
<bool name="config_showActivity">false</bool>

<!-- Enable the screenshot dismiss button by default -->
<bool name="always_show_screenshot_dismiss_button">true</bool>
<bool name="always_show_screenshot_dismiss_button">false</bool>

<!-- The maximum number of tiles in the QuickQSPanel -->
<integer name="quick_qs_panel_max_tiles">2</integer>
Expand Down

0 comments on commit 7c0af62

Please sign in to comment.