fixes the cmd prompt on start + api key defaults

This commit is contained in:
litoral05
2026-05-12 14:06:10 +01:00
parent 17364e23d3
commit 7e1eeba970
3 changed files with 51 additions and 9 deletions
+5 -1
View File
@@ -1 +1,5 @@
fn main() { lr_openwrt_tool_lib::run() }
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
lr_openwrt_tool_lib::run()
}