yparitcher

Results 43 comments of yparitcher

updated screenshots **Gestures** ![FileManager_2022-10-03_222537](https://user-images.githubusercontent.com/38916402/193721243-8b6fa8db-d085-4175-9e8d-b71bb6b0b479.png) ![FileManager_2022-10-03_222039](https://user-images.githubusercontent.com/38916402/193721014-0cb3284c-ec9c-4a62-a159-a44dbecaa606.png) **profiles** ![FileManager_2022-10-03_222102](https://user-images.githubusercontent.com/38916402/193721038-569ef021-f46d-4f3d-b19f-8e967627f7f6.png) ![FileManager_2022-10-03_222107](https://user-images.githubusercontent.com/38916402/193721040-7eebf44c-3df1-4405-ad9b-586b69835668.png)

> A fix required: -after editing actions and going up to the profile properties, the label of the action near "Edit actions:" doesn't change. Fixed `text` -> `text_func`

> -since we always "execute" profile (even when showing its QM), no need of additional sign `\u{F144}` in the profile name in the Dispatcher Done

> A couple of propositions: -to see the profile name in the title of its QuickMenu ~~This one is hard, we don't know the name as~~ we do not have...

> -to see the profile name in the title of its QuickMenu Done

@hius07 Enjoy polishing up profiles after this is merged, but please give me a chance to review any interactions with dispatcher :) It might take me a few day as...

> It is now very clear/ logical Profiles - Dispatcher interaction, I think it is worth to wait for users' response on using it, before any further development. Unless maybe...

@poire-z If you added/ sorted between @hius07 original PR and this one there may be some funky interactions, See if you can reproduce 1. on a new gesture/profile 2. if...

besides for the azureblob, b2, s3, gcs, swift, qingstor that are bucket based `Features().BucketBased` googlephotos and hubic do not have the empty directory flag set: `Features().CanHaveEmptyDirectories` what is their status...

Right now on BBR `Mkdir` is a wrapper for `createbucket` and always (if the bucket is valid) returns without error. in order to not support empty directories,i would like to...