mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 16:21:25 +02:00
Lint errors
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
use std::ops::Deref;
|
|
||||||
use std::time::SystemTime;
|
use std::time::SystemTime;
|
||||||
|
|
||||||
use crate::error::Result;
|
use crate::error::Result;
|
||||||
@@ -9,7 +8,7 @@ use reqwest::Method;
|
|||||||
use serde::{Deserialize, Serialize};
|
use serde::{Deserialize, Serialize};
|
||||||
use serde_json::Value;
|
use serde_json::Value;
|
||||||
use tauri::{AppHandle, Emitter, Manager, Runtime, WebviewWindow};
|
use tauri::{AppHandle, Emitter, Manager, Runtime, WebviewWindow};
|
||||||
use yaak_license::{check_license, LicenseCheckStatus};
|
use yaak_license::{LicenseCheckStatus, check_license};
|
||||||
use yaak_models::query_manager::QueryManagerExt;
|
use yaak_models::query_manager::QueryManagerExt;
|
||||||
use yaak_models::util::UpdateSource;
|
use yaak_models::util::UpdateSource;
|
||||||
|
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ export function SelectFile({
|
|||||||
<>
|
<>
|
||||||
{filePath && (
|
{filePath && (
|
||||||
<IconButton
|
<IconButton
|
||||||
size={size}
|
size={size === 'auto' ? 'md' : size}
|
||||||
variant="border"
|
variant="border"
|
||||||
icon="x"
|
icon="x"
|
||||||
title={'Unset ' + itemLabel}
|
title={'Unset ' + itemLabel}
|
||||||
|
|||||||
Reference in New Issue
Block a user