mirror of https://github.com/zlatinb/muwire
Uploads -> Library
parent
7afc0b4e24
commit
ac80cf13e4
|
@ -86,6 +86,7 @@ COLLECTIONS=Collections
|
||||||
SEARCHES=Searches
|
SEARCHES=Searches
|
||||||
DOWNLOADS=Downloads
|
DOWNLOADS=Downloads
|
||||||
UPLOADS=Uploads
|
UPLOADS=Uploads
|
||||||
|
LIBRARY=Library
|
||||||
MONITOR=Monitor
|
MONITOR=Monitor
|
||||||
FEEDS=Feeds
|
FEEDS=Feeds
|
||||||
TRUST_NOUN=Trust
|
TRUST_NOUN=Trust
|
||||||
|
|
|
@ -207,7 +207,7 @@ class MainFrameView {
|
||||||
gridLayout(rows:1, cols: 2)
|
gridLayout(rows:1, cols: 2)
|
||||||
button(text: trans("SEARCHES"), enabled : bind{model.searchesPaneButtonEnabled},actionPerformed : showSearchWindow)
|
button(text: trans("SEARCHES"), enabled : bind{model.searchesPaneButtonEnabled},actionPerformed : showSearchWindow)
|
||||||
button(text: trans("DOWNLOADS"), enabled : bind{model.downloadsPaneButtonEnabled}, actionPerformed : showDownloadsWindow)
|
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)
|
button(text: trans("COLLECTIONS"), enabled : bind{model.collectionsPaneButtonEnabled}, actionPerformed : showCollectionsWindow)
|
||||||
if (settings.showMonitor)
|
if (settings.showMonitor)
|
||||||
button(text: trans("MONITOR"), enabled: bind{model.monitorPaneButtonEnabled},actionPerformed : showMonitorWindow)
|
button(text: trans("MONITOR"), enabled: bind{model.monitorPaneButtonEnabled},actionPerformed : showMonitorWindow)
|
||||||
|
|
Loading…
Reference in New Issue