Broke up UI into seperate file, reorganisation of dirtree, added ViewStack
This commit is contained in:
9
data/resources/ui/welcome.blp
Normal file
9
data/resources/ui/welcome.blp
Normal file
@@ -0,0 +1,9 @@
|
||||
using Gtk 4.0;
|
||||
using Adw 1;
|
||||
|
||||
Adw.Dialog {
|
||||
title: _("Welcome to Gnomeframe!");
|
||||
Text {
|
||||
text: _("Thank you for installing Gnomeframe! Please note that this is a fan project. Digital Extremes Ltd, Warframe and the logo Warframe are registered trademarks. All rights are reserved worldwide. This application has no official link with Digital Extremes Ltd or Warframe. All artwork, screenshots, characters or other recognizable features of the intellectual property relating to these trademarks are likewise the intellectual property of Digital Extremes Ltd.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user