Skip to content

Commit

Permalink
use DEF als agreed in chat
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Nov 16, 2023
1 parent b391a47 commit 8502c2f
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,15 @@ Rectangle{
if(currentIndex!=settings.qopenhd_frequency_filter_selection){
settings.qopenhd_frequency_filter_selection=currentIndex;
function_rebuild_ui();
if(currentIndex==1 || currentIndex==2){
_qopenhd.show_toast("Please watch out for wifi pollution");
if(currentIndex==1){
_qopenhd.show_toast("2.4G is almost always polluted by WiFi. Not recommended.")
}else if(currentIndex==2){
_qopenhd.show_toast("Please watch out for wifi pollution. Using DEF is highly recommended !")
}
}
}
TabButton{
text: "1-5"
text: "DEF"
}
TabButton{
text: "2.4G"
Expand Down

0 comments on commit 8502c2f

Please sign in to comment.