mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
Moved the brace
This commit is contained in:
parent
7f2e694e25
commit
0924e36aab
1 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,8 @@ namespace Ryujinx.Ava.UI.Controls
|
||||||
|
|
||||||
Input.Watermark = _placeholder;
|
Input.Watermark = _placeholder;
|
||||||
|
|
||||||
if (string.IsNullOrWhiteSpace(Input.Watermark)) {
|
if (string.IsNullOrWhiteSpace(Input.Watermark))
|
||||||
|
{
|
||||||
Input.UseFloatingWatermark = false;
|
Input.UseFloatingWatermark = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue