-
-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
import-page: Rename to BottlesImportPage
- Loading branch information
1 parent
4cf4e40
commit a5ef294
Showing
7 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
bottles/frontend/ui/importer.blp → bottles/frontend/ui/import-page.blp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# importer.py | ||
# import_page.py | ||
# | ||
# Copyright 2022 brombinmirko <[email protected]> | ||
# Copyright 2025 The Bottles Contributors | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -26,9 +26,9 @@ | |
from bottles.frontend.widgets.importer import ImporterEntry | ||
|
||
|
||
@Gtk.Template(resource_path="/com/usebottles/bottles/importer.ui") | ||
class ImporterView(Adw.NavigationPage): | ||
__gtype_name__ = "ImporterView" | ||
@Gtk.Template(resource_path="/com/usebottles/bottles/import-page.ui") | ||
class BottlesImportPage(Adw.NavigationPage): | ||
__gtype_name__ = "BottlesImportPage" | ||
|
||
# region Widgets | ||
list_prefixes = Gtk.Template.Child() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters