From 5945fb36aee20afd3b3f193f4a8002b96f65cf5f Mon Sep 17 00:00:00 2001 From: YourSandwich Date: Sat, 1 May 2021 22:26:47 +0200 Subject: [PATCH] Deprication fix --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index d0e8ba0..963ef11 100644 --- a/main.py +++ b/main.py @@ -6,7 +6,7 @@ import sys,os # TODO: Fix the install Process function. # TODO: Implement when ListItem selected and install pressed, to parse the array and download the right Kernel with wget or curl from the Archive -# TODO: Implement resizible Windows +# TODO: Implement resizable Windows # TODO: Clean the code. # TODO: Import from PySide only the needed functions