Moved the brace

This commit is contained in:
dima_florea 2024-10-31 21:16:50 +03:00
parent 7f2e694e25
commit 0924e36aab

View File

@ -34,7 +34,8 @@ namespace Ryujinx.Ava.UI.Controls
Input.Watermark = _placeholder;
if (string.IsNullOrWhiteSpace(Input.Watermark)) {
if (string.IsNullOrWhiteSpace(Input.Watermark))
{
Input.UseFloatingWatermark = false;
}