Add more logs

This commit is contained in:
problematicconsumer
2023-08-23 00:06:51 +03:30
parent ff8fd230b3
commit 45095745a3
6 changed files with 21 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ class DeepLinkService extends _$DeepLinkService
@override
Future<NewProfileLink?> build() async {
if (Platform.isLinux) return null;
loggy.debug("initializing");
for (final protocol in _protocols) {
await protocolHandler.register(protocol);
}