Skip to content

Commit

Permalink
Add missing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dzania committed Sep 14, 2023
1 parent 59049ec commit 442d1f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-tauri/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ use crate::{
error::Error,
};

// TODO: Learn how to run tauri app with sudo permissions to setup interface
/// Setup client interface
pub async fn setup_interface(location: Location, pool: &DbPool) -> Result<(), Error> {
create_interface(&location.name)?;
Expand Down

0 comments on commit 442d1f6

Please sign in to comment.