Minor tweak

This commit is contained in:
EnderIce2 2020-11-05 19:57:53 +02:00
parent ad8cd96c55
commit ab06d0167b

View File

@ -14,10 +14,8 @@ namespace EnderIce2.SDRSharpPlugin
{ {
private const string _displayName = "Discord RPC"; private const string _displayName = "Discord RPC";
private SettingsPanel _controlPanel; private SettingsPanel _controlPanel;
[System.Diagnostics.CodeAnalysis.SuppressMessage("Style", "IDE0044:Add readonly modifier", Justification = "<Pending>")] private const LogLevel logLevel = LogLevel.Trace;
private static LogLevel logLevel = LogLevel.Trace; private const int discordPipe = -1;
[System.Diagnostics.CodeAnalysis.SuppressMessage("Style", "IDE0044:Add readonly modifier", Justification = "<Pending>")]
private static int discordPipe = -1;
[System.Diagnostics.CodeAnalysis.SuppressMessage("Style", "IDE0044:Add readonly modifier", Justification = "<Pending>")] [System.Diagnostics.CodeAnalysis.SuppressMessage("Style", "IDE0044:Add readonly modifier", Justification = "<Pending>")]
bool RPCalreadyLoaded = false; bool RPCalreadyLoaded = false;
private ISharpControl _control; private ISharpControl _control;