Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
goxr3plus committed Aug 12, 2018
1 parent e4ece3f commit 40ceb19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion New Release.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
</p>
<p class="new"> <!-- what's new ? -->
<br>* Wave Spectrum Analyser from Audio ( fuking useful :) )
<br>* Create library directly from Folder or Files ( Button or Drag and Drop)
<br>* Multiple Libraries Selection ( Modify many libraries at once)
<br>* Sort Libraries based on (name,total files,stars)
<br>* New Libraries Context Menu
Expand Down
4 changes: 2 additions & 2 deletions resources/fxml/library/LibraryMode.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@
<FontIcon iconColor="#ffe81f" iconLiteral="typ-plus" iconSize="32" selectionEnd="0" />
</graphic>
</MenuItem>
<MenuItem fx:id="crAndOpenFromFolder" mnemonicParsing="false" text="Choose Folder">
<MenuItem fx:id="crAndOpenFromFolder" mnemonicParsing="false" text="Choose Folder" visible="false">
<graphic>
<FontIcon iconColor="#e8ac14" iconLiteral="far-folder-open" iconSize="24" />
</graphic>
</MenuItem>
<MenuItem fx:id="crAndOpenFromFiles" mnemonicParsing="false" text="Choose Files">
<MenuItem fx:id="crAndOpenFromFiles" mnemonicParsing="false" text="Choose Files" visible="false">
<graphic>
<FontIcon iconColor="#e8ac14" iconLiteral="far-folder-open" iconSize="24" />
</graphic>
Expand Down

0 comments on commit 40ceb19

Please sign in to comment.