diff --git a/OS.lua b/OS.lua index 08661c68..3fec9dc4 100755 --- a/OS.lua +++ b/OS.lua @@ -199,6 +199,8 @@ function MineOSInterface.createWidgets() window:moveToFront() end + os.sleep(0.2) + icon.selected = false MineOSInterface.updateMenu() mainContainer:drawOnScreen() @@ -629,4 +631,4 @@ while true do MineOSInterface.showErrorWindow(path, line, traceback) mainContainer:drawOnScreen() end -end +end \ No newline at end of file