Code some part of the create profile page. Now it can load versions and types.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from PySide6.QtWidgets import QWidget
|
||||
|
||||
|
||||
class LaunchProfilePage(QWidget):
|
||||
def __init__(self, app, parent=None):
|
||||
super(LaunchProfilePage, self).__init__(parent)
|
||||
self.app = app
|
||||
Reference in New Issue
Block a user