mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-20 15:51:23 +02:00
Oops
This commit is contained in:
@@ -53,7 +53,7 @@ impl YaakUpdater {
|
|||||||
) -> Result<bool, tauri_plugin_updater::Error> {
|
) -> Result<bool, tauri_plugin_updater::Error> {
|
||||||
self.last_update_check = SystemTime::now();
|
self.last_update_check = SystemTime::now();
|
||||||
|
|
||||||
let enabled = is_dev();
|
let enabled = !is_dev();
|
||||||
info!("Checking for updates mode={} enabled={}", mode, enabled);
|
info!("Checking for updates mode={} enabled={}", mode, enabled);
|
||||||
|
|
||||||
if !enabled {
|
if !enabled {
|
||||||
|
|||||||
Reference in New Issue
Block a user