mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-07 10:42:07 +00:00
Add comment
This commit is contained in:
parent
37aaf5c740
commit
b401a8cfff
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ public class Gui {
|
|||
public String user = "syncthing"; // Default in this app
|
||||
public String password; // This will be set to the "apiKey" in {@link ConfigXml#}
|
||||
public String apiKey; // Automatically generated by SyncthingNative
|
||||
|
||||
/**
|
||||
* Available: default, dark, black
|
||||
*/
|
||||
public String theme = "default";
|
||||
|
||||
// omitEmpty
|
||||
|
|
Loading…
Reference in a new issue