mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-23 00:49:18 +01:00
Derp
This commit is contained in:
parent
21181370e7
commit
c5ac9f6f08
5 changed files with 19 additions and 36 deletions
|
|
@ -123,7 +123,7 @@ public sealed class ConfigWindow : Window
|
|||
private static string GetLabel(ValidityChecker checker)
|
||||
=> checker.Version.Length == 0
|
||||
? "Penumbra###PenumbraConfigWindow"
|
||||
: $"Penumbra v{Penumbra.Version}###PenumbraConfigWindow";
|
||||
: $"Penumbra v{checker.Version}###PenumbraConfigWindow";
|
||||
|
||||
private void DrawProblemWindow(string text)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue