Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional customization #207

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

moe93
Copy link

@moe93 moe93 commented Dec 26, 2024

I had the need to add additional customization options to fit my needs. I was hoping to have those changes added to the project if possible in case anyone finds them useful.

@moe93
Copy link
Author

moe93 commented Dec 26, 2024

To further elaborate on the additions made, here is a quick summary:

1- Disable the edit path button

#define NO_EDIT_PATH_BUTTON

2- Disable the reset path button

#define NO_RESET_PATH_BUTTON

3- Disable create directory button

#define NO_CREATE_DIR_BUTTON

4- Remove the path seperator button from path bar (Makes things tidy and neater)

#define NO_PATH_SEPERATOR_BUTTON

5- Show path as a text field

#define SHOW_PATH_AS_TEXT

6- Write the string defined by WRITE_WORD_PATH_STRING next to the path bar

#define WRITE_WORD_PATH
#ifdef	WRITE_WORD_PATH
constexpr auto WRITE_WORD_PATH_STRING = "Current Directory :";
#endif	// WRITE_WORD_PATH

7- If enabled, OK button is always visible (disabled unless item is selected)

#define ALWAYS_SHOW_OK_BUTTON

@aiekick
Copy link
Owner

aiekick commented Dec 26, 2024

hello,

thanks for your feedback. will check that in few day with interest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants