mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-20 13:19:28 +02:00
UI Tweak
This commit is contained in:
@@ -175,13 +175,7 @@ class AppsPageState extends State<AppsPage> {
|
|||||||
sortedApps[index].app.installedVersion !=
|
sortedApps[index].app.installedVersion !=
|
||||||
sortedApps[index].app.latestVersion
|
sortedApps[index].app.latestVersion
|
||||||
? Column(
|
? Column(
|
||||||
mainAxisAlignment: SourceProvider()
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
.getSource(sortedApps[index].app.url)
|
|
||||||
.changeLogPageFromStandardUrl(
|
|
||||||
sortedApps[index].app.url) ==
|
|
||||||
null
|
|
||||||
? MainAxisAlignment.center
|
|
||||||
: MainAxisAlignment.spaceEvenly,
|
|
||||||
crossAxisAlignment: CrossAxisAlignment.end,
|
crossAxisAlignment: CrossAxisAlignment.end,
|
||||||
children: [
|
children: [
|
||||||
const Text('Update Available'),
|
const Text('Update Available'),
|
||||||
|
Reference in New Issue
Block a user