Commit 89a2fb64 authored by Guillaume Seguin's avatar Guillaume Seguin

Start temp graph plotting upon startup if monitoring is enabled

parent b01840c4
......@@ -291,6 +291,8 @@ class PronterWindow(MainWindow, pronsole.pronsole):
self.connect()
if self.filename is not None:
self.do_load(self.filename)
if self.settings.monitor:
self.setmonitor(None)
def add_cmdline_arguments(self, parser):
pronsole.pronsole.add_cmdline_arguments(self, parser)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment