Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
761af68d
Commit
761af68d
authored
Sep 22, 2014
by
obscuren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed peer server default
parent
430a4894
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
wallet.qml
mist/assets/qml/wallet.qml
+8
-5
No files found.
mist/assets/qml/wallet.qml
View file @
761af68d
...
...
@@ -45,8 +45,9 @@ ApplicationWindow {
// Takes care of loading all default plugins
Component.onCompleted
:
{
addPlugin
(
"./views/wallet.qml"
,
{
noAdd
:
true
,
close
:
false
,
section
:
"ethereum"
,
active
:
true
});
root
.
web
=
addPlugin
(
"./webapp.qml"
,
{
noAdd
:
true
,
close
:
false
,
section
:
"ethereum"
,
active
:
true
});
var
wallet
=
addPlugin
(
"./views/wallet.qml"
,
{
noAdd
:
true
,
close
:
false
,
section
:
"ethereum"
,
active
:
true
});
var
browser
=
addPlugin
(
"./webapp.qml"
,
{
noAdd
:
true
,
close
:
false
,
section
:
"ethereum"
,
active
:
true
});
root
.
web
=
browser
.
view
;
addPlugin
(
"./views/transaction.qml"
,
{
noAdd
:
true
,
close
:
false
,
section
:
"legacy"
});
addPlugin
(
"./views/chain.qml"
,
{
noAdd
:
true
,
close
:
false
,
section
:
"legacy"
});
...
...
@@ -54,6 +55,8 @@ ApplicationWindow {
addPlugin
(
"./views/pending_tx.qml"
,
{
noAdd
:
true
,
close
:
false
,
section
:
"legacy"
});
addPlugin
(
"./views/javascript.qml"
,
{
noAdd
:
true
,
close
:
false
,
section
:
"legacy"
});
mainSplit
.
setView
(
wallet
.
view
,
wallet
.
menuItem
);
// Call the ready handler
gui
.
done
();
}
...
...
@@ -97,7 +100,7 @@ ApplicationWindow {
var
view
=
mainView
.
createView
(
component
,
options
)
var
views
=
addViews
(
view
,
path
,
options
)
return
views
.
view
return
views
}
catch
(
e
)
{
ethx
.
note
(
e
)
}
...
...
@@ -803,7 +806,7 @@ ApplicationWindow {
anchors.top
:
parent
.
top
anchors.topMargin
:
40
font.pointSize
:
12
text
:
"<h2>Mist
- Amalthea</h2
><br><h3>Development</h3>Jeffrey Wilcke<br>Viktor Trón<br>"
text
:
"<h2>Mist
(0.6.5)</h2><h4>Amalthea</h4
><br><h3>Development</h3>Jeffrey Wilcke<br>Viktor Trón<br>"
}
}
...
...
@@ -867,7 +870,7 @@ ApplicationWindow {
pastPeers
.
append
({
text
:
ips
.
get
(
i
)})
}
pastPeers
.
insert
(
0
,
{
text
:
"
54.76.56.74
:30303"
})
pastPeers
.
insert
(
0
,
{
text
:
"
poc-6.ethdev.com
:30303"
})
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment