Skip to content

Commit

Permalink
chore: hide ad label
Browse files Browse the repository at this point in the history
  • Loading branch information
Nethius committed Jan 15, 2025
1 parent ea6f271 commit 605d4f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/ui/qml/Components/AdLabel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ Rectangle {
color: AmneziaStyle.color.transparent
radius: 13

visible: GC.isDesktop() && ServersModel.isDefaultServerFromApi
&& ServersModel.isDefaultServerDefaultContainerHasSplitTunneling && SettingsController.isHomeAdLabelVisible
visible: false
// visible: GC.isDesktop() && ServersModel.isDefaultServerFromApi
// && ServersModel.isDefaultServerDefaultContainerHasSplitTunneling && SettingsController.isHomeAdLabelVisible

MouseArea {
anchors.fill: parent
Expand Down

0 comments on commit 605d4f4

Please sign in to comment.