Skip to content

Commit

Permalink
fixed duplicate label
Browse files Browse the repository at this point in the history
  • Loading branch information
C1XTZ committed Dec 23, 2023
1 parent d143e71 commit 40b9799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobilephone/mobilephone.lua
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ function script.windowMainSettings(dt)
ui.sameLine()
ui.text('\t')
ui.sameLine()
if ui.checkbox('Friends Only', settings.joinnotifsoundfriends) then settings.joinnotifsoundfriends = not settings.joinnotifsoundfriends end
if ui.checkbox('Only for Friends', settings.joinnotifsoundfriends) then settings.joinnotifsoundfriends = not settings.joinnotifsoundfriends end
end
end

Expand Down

0 comments on commit 40b9799

Please sign in to comment.