1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-22 18:15:47 +02:00

Fix compile error in FormBrowser for Release builds

This commit is contained in:
chylex 2022-01-01 19:53:55 +01:00
parent 115428ec50
commit 03f3d4d450
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -16,15 +16,13 @@
using TweetDuck.Dialogs.Settings;
using TweetDuck.Management;
using TweetDuck.Plugins;
using TweetDuck.Resources;
using TweetDuck.Updates;
using TweetDuck.Utils;
using TweetLib.Core;
using TweetLib.Core.Features.Plugins;
using TweetLib.Core.Features.Plugins.Events;
using TweetLib.Core.Systems.Updates;
#if DEBUG
using TweetDuck.Resources;
#endif
namespace TweetDuck.Browser {
sealed partial class FormBrowser : Form {