mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 21:08:06 +01:00
added a debugmode check to dapper.py
This commit is contained in:
@@ -62,7 +62,8 @@ def set_signal_image():
|
|||||||
global stillWired #keeps us from resetting the wired info over and over
|
global stillWired #keeps us from resetting the wired info over and over
|
||||||
global network #declared as global so it is initialized once before it gets used in the if statement below
|
global network #declared as global so it is initialized once before it gets used in the if statement below
|
||||||
|
|
||||||
config.DisableLogging()
|
if not daemon.GetDebugMode():
|
||||||
|
config.DisableLogging()
|
||||||
|
|
||||||
#Check to see we wired profile autoconnect chooser needs to be displayed
|
#Check to see we wired profile autoconnect chooser needs to be displayed
|
||||||
if daemon.GetNeedWiredProfileChooser() == True:
|
if daemon.GetNeedWiredProfileChooser() == True:
|
||||||
|
|||||||
Reference in New Issue
Block a user