forked from External/mage
UI: news page shown only on new posts available;
This commit is contained in:
parent
e3e3577923
commit
7c8ba650a2
2 changed files with 59 additions and 12 deletions
|
|
@ -272,6 +272,9 @@ public class PreferencesDialog extends javax.swing.JDialog {
|
|||
public static final String KEY_PROXY_PSWD = "proxyPassword";
|
||||
public static final String KEY_CONNECTION_URL_SERVER_LIST = "connectionURLServerList";
|
||||
|
||||
// news
|
||||
public static final String KEY_NEWS_PAGE_LAST_VERSION = "newsPageLastVersion";
|
||||
|
||||
// controls
|
||||
public static final String KEY_CONTROL_TOGGLE_MACRO = "controlToggleMacro";
|
||||
public static final String KEY_CONTROL_CONFIRM = "controlConfirm";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue