Skip to content

Commit

Permalink
Bumped minimum required native messaging application version
Browse files Browse the repository at this point in the history
  • Loading branch information
Frewacom committed Aug 3, 2020
1 parent 2606ca0 commit 8e6bd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/general.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CSSTargets } from '../definitions';

export const MIN_REQUIRED_DAEMON_VERSION = 2.2;
export const MIN_REQUIRED_DAEMON_VERSION = 2.5;
export const DEFAULT_CSS_FONT_SIZE = 13;
export const PYWAL_PALETTE_LENGTH = 20;
export const AUTO_MODE_INTERVAL_MS = 5 * 60 * 1000; // 5 minutes
Expand Down

0 comments on commit 8e6bd41

Please sign in to comment.