Multiple Fixes
1. Added LICENSE and README 2. Fixed Typo
This commit is contained in:
@@ -35,7 +35,7 @@ export component ComputerModules inherits Window {
|
||||
}
|
||||
|
||||
Button {
|
||||
text: "Reboot Computer";
|
||||
text: "Remote to Computer";
|
||||
}
|
||||
|
||||
Button {
|
||||
|
||||
@@ -45,7 +45,7 @@ export component OtherTools inherits Window {
|
||||
padding: 15px;
|
||||
Text {
|
||||
height: 30px;
|
||||
text: "IP Address:";
|
||||
text: "IP Address / URL:";
|
||||
}
|
||||
|
||||
LineEdit {
|
||||
@@ -58,6 +58,7 @@ export component OtherTools inherits Window {
|
||||
Button {
|
||||
height: 35px;
|
||||
text: "Search";
|
||||
primary: true;
|
||||
clicked => {
|
||||
OtherToolCallbacks.ipapi();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user