mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-01 05:10:15 +02:00
Add a note on self-hosted instances of sources (#1342)
This commit is contained in:
@@ -530,7 +530,20 @@ class AddAppPageState extends State<AddAppPage> {
|
||||
? TextDecoration.underline
|
||||
: TextDecoration.none),
|
||||
))),
|
||||
)
|
||||
),
|
||||
const SizedBox(
|
||||
height: 16,
|
||||
),
|
||||
Text(
|
||||
'${tr('note')}:',
|
||||
style:
|
||||
const TextStyle(fontWeight: FontWeight.bold),
|
||||
),
|
||||
const SizedBox(
|
||||
height: 4,
|
||||
),
|
||||
Text(tr('selfHostedNote',
|
||||
args: [tr('overrideSource')])),
|
||||
],
|
||||
);
|
||||
},
|
||||
|
Reference in New Issue
Block a user