mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-01 21:30:16 +02:00
Add "Community App Sources" button to AddAppPage
This commit is contained in:
@@ -618,6 +618,12 @@ class AddAppPageState extends State<AddAppPage> {
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||
children: [
|
||||
ElevatedButton(onPressed:
|
||||
doingSomething ? null :
|
||||
(){
|
||||
launchUrlString('https://apps.obtainium.imranr.dev/',
|
||||
mode: LaunchMode.externalApplication);
|
||||
}, child: Text(tr('communityAppSources'))),
|
||||
getUrlInputRow(),
|
||||
const SizedBox(
|
||||
height: 16,
|
||||
|
Reference in New Issue
Block a user