mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Fix CI
This commit is contained in:
parent
9707ec1b95
commit
e6534b07c9
1 changed files with 2 additions and 2 deletions
|
|
@ -32,10 +32,10 @@ impl ChaKind {
|
|||
|
||||
use windows_sys::Win32::Storage::FileSystem::{FILE_ATTRIBUTE_HIDDEN, FILE_ATTRIBUTE_SYSTEM};
|
||||
if _meta.file_attributes() & FILE_ATTRIBUTE_HIDDEN != 0 {
|
||||
attached |= Self::HIDDEN;
|
||||
me |= Self::HIDDEN;
|
||||
}
|
||||
if _meta.file_attributes() & FILE_ATTRIBUTE_SYSTEM != 0 {
|
||||
attached |= Self::SYSTEM;
|
||||
me |= Self::SYSTEM;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue