Uploads -> Library

pull/53/head
Zlatin Balevsky 2020-11-05 10:16:05 +00:00
parent 7afc0b4e24
commit ac80cf13e4
No known key found for this signature in database
GPG Key ID: A72832072D525E41
2 changed files with 2 additions and 1 deletions

View File

@ -86,6 +86,7 @@ COLLECTIONS=Collections
SEARCHES=Searches
DOWNLOADS=Downloads
UPLOADS=Uploads
LIBRARY=Library
MONITOR=Monitor
FEEDS=Feeds
TRUST_NOUN=Trust

View File

@ -207,7 +207,7 @@ class MainFrameView {
gridLayout(rows:1, cols: 2)
button(text: trans("SEARCHES"), enabled : bind{model.searchesPaneButtonEnabled},actionPerformed : showSearchWindow)
button(text: trans("DOWNLOADS"), enabled : bind{model.downloadsPaneButtonEnabled}, actionPerformed : showDownloadsWindow)
button(text: trans("UPLOADS"), enabled : bind{model.uploadsPaneButtonEnabled}, actionPerformed : showUploadsWindow)
button(text: trans("LIBRARY"), enabled : bind{model.uploadsPaneButtonEnabled}, actionPerformed : showUploadsWindow)
button(text: trans("COLLECTIONS"), enabled : bind{model.collectionsPaneButtonEnabled}, actionPerformed : showCollectionsWindow)
if (settings.showMonitor)
button(text: trans("MONITOR"), enabled: bind{model.monitorPaneButtonEnabled},actionPerformed : showMonitorWindow)