Archived
0

add full scan option to search screen

This commit is contained in:
iMoHax
2015-11-19 15:45:20 +03:00
parent 34f789eae0
commit b805722edc
2 changed files with 4 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
<Button minWidth="30" onAction="#loop"><graphic><Glyph text="FontAwesome|RETWEET"/></graphic></Button>
</HBox>
<CheckBox fx:id="cbFast" text="%router.pane.route.fast"/>
<CheckBox fx:id="cbFullScan" selected="true" text="Глубокий поиск"/>
</HBox>
<HBox spacing="10" alignment="CENTER">
<Button prefWidth="80" text="%router.button.search" onAction="#search" />