Compare commits

...

2 Commits

Author SHA1 Message Date
cdfc552c4f
hmmm 2024-06-18 20:18:55 +08:00
af5d2c6e9e
Add segoe fluent icons 2024-06-18 20:18:39 +08:00
3 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
You may use the Segoe and icon fonts, or glyphs included in this file (“Software”) solely to design, develop and test your programs that run on a Microsoft Platform, a Microsoft Platform includes but is not limited to any hardware or software product or service branded by trademark, trade dress, copyright or some other recognized means, as a product or service of Microsoft. This license does not grant you the right to distribute or sublicense all or part of the Software to any third party. By using the Software, you agree to these terms. If you do not agree to these terms, do not use the Software.

BIN
assets/fonts/Segoe-Fluent-Icons/Segoe Fluent Icons.ttf (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -89,6 +89,8 @@ class SR1ShipSelecter(BaseScreen):
super().__init__(main_window)
self.main_batch = Batch()
self.main_group = Group()
self.folder_path: Path = Path("ships")
class SR1ShipEditor(BaseScreen):