Actual disk names
This commit is contained in:
@@ -4,6 +4,7 @@ gi.require_version("Gtk", "4.0")
|
||||
gi.require_version("Adw", "1")
|
||||
from gi.repository import Adw, Gtk
|
||||
|
||||
from .pages.partitioning import PartitioningPage
|
||||
from .pages.storage import StoragePage
|
||||
from .pages.user import UserPage
|
||||
from .pages.welcome import WelcomePage
|
||||
@@ -63,6 +64,7 @@ class InstallerWindow(Adw.ApplicationWindow):
|
||||
# Add Pages
|
||||
self.add_page(WelcomePage(), "welcome")
|
||||
self.add_page(StoragePage(), "storage")
|
||||
self.add_page(PartitioningPage(), "partitioning")
|
||||
self.add_page(UserPage(), "user")
|
||||
|
||||
# Initialize view
|
||||
|
||||
Reference in New Issue
Block a user