Skip to content

Commit

Permalink
Merge pull request #67 from destroyedlolo/DRMCairo
Browse files Browse the repository at this point in the history
Comment out message (to keep notification for important stuffs)
  • Loading branch information
destroyedlolo authored Jun 11, 2023
2 parents 71e0c0d + 8420770 commit 142ce73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SeleniteDRMCairo/HDB/40_BottomBar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ local function f()
offx = offx + 24

local wdWiFi, _ = SelTimer.Create { when=150, clockid=SelTimer.ClockModeConst("CLOCK_MONOTONIC"), ifunc= function ()
Notification.setColor( COL_RED )
Notification.Log( "Répéteur WiFi muet")
Notification.setColor( COL_WHITE )
-- Notification.setColor( COL_RED )
-- Notification.Log( "Répéteur WiFi muet")
-- Notification.setColor( COL_WHITE )
condition_WiFi.report_issue()
end
}
Expand Down

0 comments on commit 142ce73

Please sign in to comment.