Skip to content

Commit

Permalink
adjust modal trust level down so it's not identical to chat
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Nov 5, 2022
1 parent d277ae9 commit 7c4ca05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/gam/src/layouts/modal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use graphics_server::*;
use crate::{LayoutApi, LayoutBehavior};

use crate::contexts::MISC_CONTEXT_DEFAULT_TRUST;
const TRUST_OFFSET: u8 = 1;
const TRUST_OFFSET: u8 = 16;

#[derive(Debug, Copy, Clone)]
pub(crate) struct ModalLayout {
Expand Down

0 comments on commit 7c4ca05

Please sign in to comment.