a small change

This commit is contained in:
YourSandwich 2021-05-01 14:43:58 +02:00
parent 4f7f65e20b
commit a37c693568

View File

@ -6,9 +6,9 @@ import sys,os
# TODO: Fix the install Process function. # TODO: Fix the install Process function.
# TODO: Change Bash cut to RegEx # TODO: Change Bash cut to RegEx
# TODO: Implement when ListItem selected and install pressed, to parse the array and download the right Kernel with wget from the Archive # 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 resizible Windows
# TODO: Clean the code.
## Creating the MainWindow ## Creating the MainWindow
class Window(QWidget): class Window(QWidget):