Skip to content

Commit e1bb5e7

Browse files
committed
chore: add SideStore & LC+SS to supported rsd apps
1 parent 663c5e0 commit e1bb5e7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

crates/plume_utils/src/options.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,10 @@ impl SignerApp {
276276

277277
pub fn supports_rsd(&self) -> bool {
278278
use SignerApp::*;
279-
matches!(self, StikDebug | Feather | Protokolle | Antrag)
279+
matches!(
280+
self,
281+
StikDebug | Feather | Protokolle | Antrag | SideStore | LiveContainerAndSideStore
282+
)
280283
}
281284

282285
pub fn pairing_file_path(&self) -> Option<&'static str> {

0 commit comments

Comments
 (0)