Skip to content

Commit

Permalink
app: Fix traffic monitor.
Browse files Browse the repository at this point in the history
  • Loading branch information
patniemeyer committed Oct 27, 2023
1 parent 465b704 commit ecae545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui-orchid/lib/vpn/monitoring/analysis_db.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AnalysisDb {
static final String unknown = "???"; // Localize

final BehaviorSubject<bool?> update = BehaviorSubject();
late Database? _db;
Database? _db;

AnalysisDb._init();

Expand Down

0 comments on commit ecae545

Please sign in to comment.