mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-07 09:20:04 +01:00
PM-3349 PM-3350 Added MAUI label on self-host settings and on about settings to differentiate from XF app
This commit is contained in:
parent
95ca911444
commit
406f4425c8
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<pages:BaseContentPage
|
<pages:BaseContentPage
|
||||||
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||||
@ -21,6 +21,10 @@
|
|||||||
<ScrollView>
|
<ScrollView>
|
||||||
<StackLayout Spacing="20">
|
<StackLayout Spacing="20">
|
||||||
<StackLayout StyleClass="box">
|
<StackLayout StyleClass="box">
|
||||||
|
<StackLayout StyleClass="box-row-header">
|
||||||
|
<Label Text="MAUI APP"
|
||||||
|
StyleClass="box-header, box-header-platform" />
|
||||||
|
</StackLayout>
|
||||||
<StackLayout StyleClass="box-row-header">
|
<StackLayout StyleClass="box-row-header">
|
||||||
<Label Text="{u:I18n SelfHostedEnvironment, Header=True}"
|
<Label Text="{u:I18n SelfHostedEnvironment, Header=True}"
|
||||||
StyleClass="box-header, box-header-platform" />
|
StyleClass="box-header, box-header-platform" />
|
||||||
|
@ -68,7 +68,8 @@ namespace Bit.App.Pages
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
var appInfo = string.Format("{0}: {1} ({2})",
|
// TODO: REMOVE WHEN MERGED INTO MAIN BRANCH
|
||||||
|
var appInfo = string.Format("MAUI {0}: {1} ({2})",
|
||||||
AppResources.Version,
|
AppResources.Version,
|
||||||
_platformUtilsService.GetApplicationVersion(),
|
_platformUtilsService.GetApplicationVersion(),
|
||||||
_deviceActionService.GetBuildNumber());
|
_deviceActionService.GetBuildNumber());
|
||||||
|
Loading…
Reference in New Issue
Block a user