mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-03 08:08:40 -04:00
Use is null
/is not null
This commit is contained in:
parent
ebe4d58a42
commit
3aef7faa1e
17 changed files with 59 additions and 59 deletions
|
@ -58,7 +58,7 @@ namespace DiscordChatExporter.Gui.Services
|
|||
if (!_settingsService.IsAutoUpdateEnabled)
|
||||
return;
|
||||
|
||||
if (_updateVersion == null || !_updatePrepared || _updaterLaunched)
|
||||
if (_updateVersion is null || !_updatePrepared || _updaterLaunched)
|
||||
return;
|
||||
|
||||
try
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue