Skip to content

Commit

Permalink
do not show scrollbar to prevent blinking
Browse files Browse the repository at this point in the history
  • Loading branch information
lduboeuf committed Feb 16, 2022
1 parent bf28aa5 commit 927cf95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Rectangle {
profile: defaultProfile
settings.fullScreenSupportEnabled: true
settings.dnsPrefetchEnabled: true
settings.showScrollBars: false

enableSelectOverride: true

Expand Down

0 comments on commit 927cf95

Please sign in to comment.