We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf95c6 commit 183380aCopy full SHA for 183380a
1 file changed
lib/main.dart
@@ -185,8 +185,10 @@ void main(List<String> args) async {
185
libXelis.startListeningToRustLogs();
186
}
187
188
- // setup lib spark logging
189
- initSparkLogging(Prefs.instance.logLevel);
+ if (AppConfig.coins.whereType<Firo>().isNotEmpty) {
+ // setup lib spark logging
190
+ initSparkLogging(Prefs.instance.logLevel);
191
+ }
192
193
if (AppConfig.appName == "Campfire" &&
194
!Util.isDesktop &&
0 commit comments