From d0dfee9bf8e54f403c50712643c86958292e46c9 Mon Sep 17 00:00:00 2001 From: "matthias.gatto" Date: Mon, 2 Oct 2023 12:20:36 +0200 Subject: [PATCH] add CPU gen 6, remove gen 2 Signed-off-by: matthias.gatto --- osc_tui/createVm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc_tui/createVm.py b/osc_tui/createVm.py index 315497b..a14ac71 100644 --- a/osc_tui/createVm.py +++ b/osc_tui/createVm.py @@ -209,7 +209,7 @@ def create(): value=SG.get_value() if SG else 0, ) global CPU - cpu_vals = "GEN 2|GEN 3|GEN 4|GEN 5".split("|") + cpu_vals = "GEN 3|GEN 4|GEN 5|GEN 6".split("|") CPU = self.add_widget( OscCombo, name="Cpu",