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({
|
that = Ox.MainMenu({
|
||||||
extras: [
|
extras: [
|
||||||
oml.$ui.updateButton = oml.ui.updateButton(),
|
oml.$ui.updateButton = oml.ui.updateButton(),
|
||||||
oml.$ui.connectionButton = oml.ui.connectionButton(),
|
oml.$ui.transferButton = oml.ui.transferButton(),
|
||||||
oml.$ui.notificationsButton = oml.ui.notificationsButton(),
|
oml.$ui.peersButton = oml.ui.peersButton(),
|
||||||
oml.$ui.loadingIcon = oml.ui.loadingIcon()
|
oml.$ui.loadingIcon = oml.ui.loadingIcon()
|
||||||
],
|
],
|
||||||
menus: [
|
menus: [
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
oml.ui.notificationsButton = function() {
|
oml.ui.peersButton = function() {
|
||||||
|
|
||||||
var that = Ox.Element({
|
var that = Ox.Element({
|
||||||
tooltip: Ox._('No peering requests')
|
tooltip: Ox._('No peering requests')
|
|
@ -1,6 +1,6 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
oml.ui.connectionButton = function() {
|
oml.ui.transferButton = function() {
|
||||||
|
|
||||||
var that = Ox.Element({
|
var that = Ox.Element({
|
||||||
tooltip: Ox._('Transfers')
|
tooltip: Ox._('Transfers')
|
Loading…
Reference in a new issue