language select

This commit is contained in:
SpikeHD
2022-05-16 20:14:54 -07:00
parent b8c195675c
commit 51dfef5616
7 changed files with 101 additions and 13 deletions

View File

@@ -29,7 +29,8 @@ fn main() {
get_bg_file,
downloader::download_file,
downloader::stop_download,
lang::get_lang
lang::get_lang,
lang::get_languages
])
.run(tauri::generate_context!())
.expect("error while running tauri application");