mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 11:04:21 +01:00
Ignore warning
This commit is contained in:
parent
bc8e6ebd0e
commit
114dd055e1
@ -39,7 +39,9 @@ namespace DS4Windows.DS4Forms
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("InvariantCultureText_Changed call will complete when ready, no need for a warning", "CS4014:Await.Warning")]
|
||||
set {
|
||||
InvariantCultureTextValue = value;
|
||||
#pragma warning disable CS4014
|
||||
InvariantCultureText_Changed(value);
|
||||
#pragma warning restore CS4014
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user