Deprecate TextInputPassword and its aliases.

This commit is contained in:
Martín Lucas Golini
2026-04-04 22:03:03 -03:00
parent 98088dd44d
commit c3135e0b84
6 changed files with 5 additions and 15 deletions

View File

@@ -385,7 +385,7 @@ static const auto SETTINGS_PANEL_XML = R"xml(
</hbox>
<Widget class="separator" lw="mp" lh="1dp" />
<TextView class="subtitle" text="@string(build_name, Build Name)" focusable="false" />
<Input id="build_name" lw="mp" lh="wc" text="new_name" />
<TextInput id="build_name" lw="mp" lh="wc" text="new_name" />
<TextView class="subtitle" text="@string(supported_platforms, Supported Platforms)" focusable="false" />
<TextView lw="mp" lh="wc" word-wrap="true" text="@string(supported_platforms_desc, Selecting none means that the build settings will work and be available on any Operating System)" />
<StackLayout id="os_select" class="os_select" lw="wc" lh="wc">