mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-30 12:30:16 +02:00
Allow users to override author name (#1792)
This commit is contained in:
@@ -53,6 +53,7 @@ class AppInMemory {
|
||||
AppInMemory(app.deepCopy(), downloadProgress, installedInfo, icon);
|
||||
|
||||
String get name => app.overrideName ?? app.finalName;
|
||||
String get author => app.overrideAuthor ?? app.finalAuthor;
|
||||
}
|
||||
|
||||
class DownloadedApk {
|
||||
|
Reference in New Issue
Block a user