Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7c2e20d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Don't show container in list new storage" into main am: 9263e3e4

parents e21cb300 9263e3e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ fn convert(msg: ProtoFlagQueryReturnMessage) -> Result<Flag> {
        permission,
        value_picked_from,
        staged_value,
        container: msg.container.ok_or(anyhow!("missing container"))?,
        container: "-".to_string(),

        // TODO: remove once DeviceConfig is not in the CLI.
        namespace: "-".to_string(),