system: add labels dict

This commit is contained in:
alfrix 2024-05-12 15:56:17 -03:00
parent 1afc67b354
commit 796e4f3dee

View File

@ -12,7 +12,7 @@ class Panel(ScreenPanel):
self.current_row = 0
self.mem_multiplier = None
self.scales = {}
self.labels = {}
self.grid = Gtk.Grid(column_spacing=10, row_spacing=5)
sysinfo = screen.printer.system_info