Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Jan 30, 2024
1 parent 1132a0e commit f3564e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ pub struct StaticArgs {
/// the unlock and auth pages don't have access to State but need to know if they should play a notification.
/// part of state is serialized and saved here
pub login_config_path: PathBuf,
/// Path to 'login_config.json'. Stores serialized part of the application state, specifically
/// for audio-video settings used by the unlock and auth pages. These settings are saved here
/// because these pages do not have access to the full application state.
/// path to custom plugins
pub extensions_path: PathBuf,
/// crash logs
pub crash_logs: PathBuf,
Expand Down

0 comments on commit f3564e8

Please sign in to comment.