We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be99236 commit 559396fCopy full SHA for 559396f
src/control/VersionValidator.java
@@ -18,7 +18,7 @@
18
19
public class VersionValidator {
20
private final int YES = 0;
21
- private final String VERSION = "v0.2.0";
+ private final String VERSION = "v0.2.1";
22
private String LATEST_VERSION;
23
24
public boolean validate() {
src/view/ResultList.java
@@ -137,6 +137,8 @@ public void refresh() {
137
} else if (listMode == ResultListMode.SEARCH_MODE) {
138
showPdfMatches(dashboard.getSearchFieldInput());
139
}
140
+ dashboard.setNumberofIngoredPdfs(getIgnoredIliasPdfs().size());
141
+ dashboard.setNumberOfUnsynchronizedPdfs(getUnsynchronizedPdfs().size());
142
143
144
public void showIgnoredFiles() {
0 commit comments