From f8f31f2599c62c3c3631a0e66ac3abe92b297f19 Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 25 Dec 2023 14:32:54 +0200 Subject: [PATCH] Update tools.py --- NeoBoot/files/tools.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index 65c516a..0b21763 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -2092,10 +2092,10 @@ class InitializationFormattingDisk(Screen): class BootManagers(Screen): __module__ = __name__ - skin = """ + skin = """ - - + + """ def __init__(self, session):