rename menu extras
This commit is contained in:
parent
dc3d59ca42
commit
9fe7bcecbf
3 changed files with 4 additions and 4 deletions
|
@ -9,8 +9,8 @@ oml.ui.mainMenu = function() {
|
|||
that = Ox.MainMenu({
|
||||
extras: [
|
||||
oml.$ui.updateButton = oml.ui.updateButton(),
|
||||
oml.$ui.connectionButton = oml.ui.connectionButton(),
|
||||
oml.$ui.notificationsButton = oml.ui.notificationsButton(),
|
||||
oml.$ui.transferButton = oml.ui.transferButton(),
|
||||
oml.$ui.peersButton = oml.ui.peersButton(),
|
||||
oml.$ui.loadingIcon = oml.ui.loadingIcon()
|
||||
],
|
||||
menus: [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
oml.ui.notificationsButton = function() {
|
||||
oml.ui.peersButton = function() {
|
||||
|
||||
var that = Ox.Element({
|
||||
tooltip: Ox._('No peering requests')
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
oml.ui.connectionButton = function() {
|
||||
oml.ui.transferButton = function() {
|
||||
|
||||
var that = Ox.Element({
|
||||
tooltip: Ox._('Transfers')
|
Loading…
Reference in a new issue