File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
src/main/java/ru/shemplo/tbs/gfx/launcher Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<groupId >ru.shemplo</groupId >
6
6
<artifactId >tinkoff-bond-scanner</artifactId >
7
- <version >1.8 </version >
7
+ <version >2.0 </version >
8
8
9
9
<properties >
10
10
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 25
25
<opt >-Dfile.encoding=UTF-8</opt >
26
26
</jre >
27
27
<versionInfo >
28
- <fileVersion >1.8 .0.0</fileVersion >
29
- <txtFileVersion >TBS ACI and commissions </txtFileVersion >
28
+ <fileVersion >2.0 .0.0</fileVersion >
29
+ <txtFileVersion >New Tinkoff investment API </txtFileVersion >
30
30
<fileDescription >Tinkoff bonds scanner application</fileDescription >
31
31
<copyright >https://github.com/Shemplo/TBS</copyright >
32
- <productVersion >1.8 .0.0</productVersion >
33
- <txtProductVersion >TBS ACI and commissions </txtProductVersion >
32
+ <productVersion >2.0 .0.0</productVersion >
33
+ <txtProductVersion >TBS New Tinkoff investment API </txtProductVersion >
34
34
<productName >Tinkoff bonds scanner</productName >
35
35
<companyName ></companyName >
36
36
<internalName >TBS</internalName >
Original file line number Diff line number Diff line change @@ -248,8 +248,8 @@ private Parent makeStatisticsSection () {
248
248
249
249
line .getChildren ().add (new Text ("Make detailed report on all operations in your accounts [will be implemented soon]" ));
250
250
251
- final var itemProperty = profilesList .getSelectionModel ().selectedItemProperty ();
252
- openStatisticsButton .disableProperty ().bind (itemProperty .isNull ());
251
+ // final var itemProperty = profilesList.getSelectionModel ().selectedItemProperty ();
252
+ // openStatisticsButton.disableProperty ().bind (itemProperty.isNull ());
253
253
254
254
return line ;
255
255
}
You can’t perform that action at this time.
0 commit comments