set deprecated since of settingsjson port to 1.12.0, changed button text and added tooltip to 'show vault options' button

This commit is contained in:
Jan-Peter Klein
2023-11-12 13:49:47 +01:00
parent ef9cdd8e92
commit 7bc1d52bf8
2 changed files with 7 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ class SettingsJson {
@JsonProperty("numTrayNotifications")
int numTrayNotifications = Settings.DEFAULT_NUM_TRAY_NOTIFICATIONS;
@Deprecated(since = "1.10.2")
@Deprecated(since = "1.12.0")
@JsonProperty(value = "port", access = JsonProperty.Access.WRITE_ONLY) // WRITE_ONLY means value is "written" into the java object during deserialization. Upvote this: https://github.com/FasterXML/jackson-annotations/issues/233
int port;