mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-21 07:55:10 +02:00
Fix various minor bugs in copy folders
This commit is contained in:
@@ -382,7 +382,7 @@ func (dnd *dnd) on_remote_drop_data(cmd DC) (err error) {
|
||||
e.item_type = cmd.Xp
|
||||
switch cmd.Xp {
|
||||
case 0:
|
||||
f, err := utils.CreateAt(e.base_dir.handle, e.name)
|
||||
f, err := utils.CreateAt(e.base_dir.handle, e.name, 0o666)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user