Skip to content
Snippets Groups Projects

feature(css): added popup css

Merged Krzysztof Dyszczyk requested to merge feature/popup-css into main
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -41,7 +41,7 @@ class Reminder {
}
private function should_display() {
return get_locale() === 'pl_PL' && ! $this->is_plugin_activated();
return get_locale() !== 'pl_PL' && ! $this->is_plugin_activated();
}
private function is_plugin_activated() {
Loading