Added configurable readme section to ChangeAppsettings.sh that will be shown when data is downloading
This commit is contained in:
@@ -104,7 +104,7 @@ class DataDownloader extends Thread
|
||||
public String text;
|
||||
public void run()
|
||||
{
|
||||
Status.setText(text);
|
||||
Status.setText(text + "\n" + Globals.ReadmeText);
|
||||
}
|
||||
}
|
||||
Callback cb = new Callback();
|
||||
|
||||
Reference in New Issue
Block a user