Update UIItem.js

seperator -> separator
This commit is contained in:
Ikko Eltociear Ashimine 2024-03-08 00:15:38 +09:00 committed by GitHub
parent 435871179b
commit e7ca0d1839
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1066,7 +1066,7 @@ function UIItem(options){
});
// -------------------------------------------
// -- seperator --
// -- separator --
// -------------------------------------------
menu_items.push('-');
}
@ -1085,7 +1085,7 @@ function UIItem(options){
}
});
// -------------------------------------------
// -- seperator --
// -- separator --
// -------------------------------------------
if(!is_trash && !is_trashed && options.is_dir)
menu_items.push('-');