mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 09:08:32 +02:00
Make rendering return Result, and handle infinite recursion
This commit is contained in:
@@ -5,7 +5,7 @@ use tauri::{
|
||||
};
|
||||
|
||||
mod commands;
|
||||
mod errors;
|
||||
pub mod error;
|
||||
mod license;
|
||||
|
||||
use crate::commands::{activate, check, deactivate};
|
||||
|
||||
Reference in New Issue
Block a user