mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-01-09 17:19:47 +03:00
[FEATURE] Добавление auth в NewLauncherSettings
This commit is contained in:
parent
de19457a5a
commit
cf9f4ebef9
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ public class NewLauncherSettings {
|
|||
@LauncherAPI
|
||||
public String login;
|
||||
@LauncherAPI
|
||||
public String auth;
|
||||
@LauncherAPI
|
||||
public byte[] rsaPassword;
|
||||
@LauncherAPI
|
||||
public int profile;
|
||||
|
|
Loading…
Reference in a new issue