Skip to content

Commit

Permalink
🧭 Fixed Date Filtering.
Browse files Browse the repository at this point in the history
  • Loading branch information
omegaui committed Jan 6, 2024
1 parent a32685f commit 9c79555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ On some distros, like **Ubuntu with GNOME on Wayland**, xclip still works becaus

![img.png](media_Cliptopia/settings.png)

#### Please note that Cliptopia is in beta until a stable version releases, which is expected to be released by the end of this month.
#### Please note that Cliptopia is in beta until a stable version releases.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion lib/core/powermode/power_data_handler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ class PowerDataHandler {
static void init() {
if (Storage.get('save-date-filter') ?? false) {
if (dateStorage.get('range') != null) {
PowerDataHandler.date = DateRange.fromMap(dateStorage.get('range'));
PowerDataHandler.dateFilterType =
convertTextToDateFilter(dateStorage.get('type'));
useDate(PowerDataHandler.dateFilterType);
}
}
}
Expand Down

0 comments on commit 9c79555

Please sign in to comment.