parser.add_argument('-c','--conf','--config',help=_("load this file on startup instead of .pronsolerc ; you may chain config files, if so settings auto-save will use the last specified file"),action="append",default=[])
self.settings._add(BooleanSetting("monitor",True,_("Monitor printer status"),_("Regularly monitor printer temperatures (required to have functional temperature graph or gauges)"),"Printer"),self.update_monitor)
...
...
@@ -912,9 +912,9 @@ Printrun. If not, see <http://www.gnu.org/licenses/>."""