mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-15 11:28:10 +02:00
Added IconButton tootlips
This commit is contained in:
@@ -206,6 +206,7 @@ class _AppPageState extends State<AppPage> {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
tooltip: 'Additional Options',
|
||||||
icon: const Icon(Icons.settings)),
|
icon: const Icon(Icons.settings)),
|
||||||
const SizedBox(width: 16.0),
|
const SizedBox(width: 16.0),
|
||||||
Expanded(
|
Expanded(
|
||||||
|
@@ -214,6 +214,7 @@ class AppsPageState extends State<AppsPage> {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
tooltip: 'Remove Selected Apps',
|
||||||
icon: const Icon(Icons.delete_outline_outlined),
|
icon: const Icon(Icons.delete_outline_outlined),
|
||||||
),
|
),
|
||||||
IconButton(
|
IconButton(
|
||||||
@@ -301,6 +302,7 @@ class AppsPageState extends State<AppsPage> {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
tooltip: 'Install/Update Selected Apps',
|
||||||
icon: const Icon(
|
icon: const Icon(
|
||||||
Icons.file_download_outlined,
|
Icons.file_download_outlined,
|
||||||
)),
|
)),
|
||||||
@@ -315,6 +317,7 @@ class AppsPageState extends State<AppsPage> {
|
|||||||
Share.share(urls,
|
Share.share(urls,
|
||||||
subject: 'Selected App URLs from Obtainium');
|
subject: 'Selected App URLs from Obtainium');
|
||||||
},
|
},
|
||||||
|
tooltip: 'Share Selected App URLs',
|
||||||
icon: const Icon(Icons.share),
|
icon: const Icon(Icons.share),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user