mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-11-01 05:53:27 +01: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