mirror of https://github.com/zlatinb/muwire
Uploads -> Library
parent
7afc0b4e24
commit
ac80cf13e4
|
@ -86,6 +86,7 @@ COLLECTIONS=Collections
|
|||
SEARCHES=Searches
|
||||
DOWNLOADS=Downloads
|
||||
UPLOADS=Uploads
|
||||
LIBRARY=Library
|
||||
MONITOR=Monitor
|
||||
FEEDS=Feeds
|
||||
TRUST_NOUN=Trust
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue