Hide technical problems message

This commit is contained in:
Mikołaj Pich 2023-02-13 12:58:55 +01:00 committed by GitHub
parent 328c203ad4
commit dae4c9b7a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ val messages = listOf(
type = MessageType.DASHBOARD_MESSAGE,
targetRegisterHost = RegisterAddress.VULCAN.url,
isDismissible = false,
isVisible = true,
isVisible = false,
),
Message(
id = 25,