Skip to content

Commit 7c4ca05

Browse files
committed
adjust modal trust level down so it's not identical to chat
1 parent d277ae9 commit 7c4ca05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/gam/src/layouts/modal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use graphics_server::*;
88
use crate::{LayoutApi, LayoutBehavior};
99

1010
use crate::contexts::MISC_CONTEXT_DEFAULT_TRUST;
11-
const TRUST_OFFSET: u8 = 1;
11+
const TRUST_OFFSET: u8 = 16;
1212

1313
#[derive(Debug, Copy, Clone)]
1414
pub(crate) struct ModalLayout {

0 commit comments

Comments
 (0)