mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-20 21:27:07 +00:00
For me own convenience
This commit is contained in:
parent
3eeae2a981
commit
276cfc6c51
1 changed files with 3 additions and 0 deletions
|
@ -221,6 +221,9 @@ public class EntityAnswer implements Serializable {
|
|||
text = text.replace("$" + name + "$", TextUtils.join("<br>", lines));
|
||||
}
|
||||
|
||||
if (BuildConfig.DEBUG)
|
||||
text = text.replace("$version$", BuildConfig.VERSION_NAME);
|
||||
|
||||
return text;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue