style: updated comment

This commit is contained in:
Observer KRypt0n_ 2023-04-16 16:05:35 +02:00
parent 6b4fab5aa6
commit dce52f0d0d
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -7,7 +7,7 @@ pub use mounts::Mounts;
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
pub struct Sandbox {
/// Use `bwrap` to run the game. Default is `true`
/// Use `bwrap` to run the game. Default is `false`
pub enabled: bool,
/// Mount tmpfs to `/home`, `/var/home/$USER` and `$HOME`. Default is `true`