Rev 245 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 245 | Rev 413 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | private String menuTheme = "dim"; |
34 | private String menuTheme = "dim"; |
| 35 | private String menuMode = ""; |
35 | private String menuMode = ""; |
| 36 | private String darkMode = "light"; |
36 | private String darkMode = "light"; |
| 37 | private String componentTheme = ""; |
37 | private String componentTheme = ""; |
| 38 | private boolean orientationRTL = false; |
38 | private boolean orientationRTL = false; |
| - | 39 | ||
| - | 40 | public GuestPreferences() {} |
|
| 39 | 41 | ||
| 40 | public String getInputStyleClass() { |
42 | public String getInputStyleClass() { |
| 41 | return inputStyleClass; |
43 | return inputStyleClass; |
| 42 | }
|
44 | }
|
| 43 | public void setInputStyleClass(String inputStyleClass) { |
45 | public void setInputStyleClass(String inputStyleClass) { |