Multiple Fixes

1. Added LICENSE and README
2. Fixed Typo
This commit is contained in:
brotoskyj
2025-01-28 15:21:49 -05:00
parent 18ab70c299
commit e1a5b5c8c1
5 changed files with 723 additions and 69 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ export component ComputerModules inherits Window {
}
Button {
text: "Reboot Computer";
text: "Remote to Computer";
}
Button {
+2 -1
View File
@@ -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();
}