sigma-file-manager
sigma-file-manager copied to clipboard
Add a proper splash and add a good font like Jetbrains Mono or Montserrat.
Feature request:
Instead of the current one, add a proper splash screen and add a good font like Jetbrains Mono or Montserrat. Makes it look "professional"
Consider supporting the developer on Patreon to increase priority of all your issues, get access to private discord and other rewards.
Patreon page: https://www.patreon.com/sigma_file_manager
I will add support for custom fonts in one of the future updates.
Though I'm not sure what you mean by "proper splash"? What makes the current one "not proper"?
I just don't like default font and then yes, I would love it make it like a Adobe Photoshop kind of Splash Screen.
And when I try to open the app with these settings, it doesn't and I have to use CTRL+SHIFT+SPACE. I'm on Windows 11, the latest cumulative update.
And when I try to open the app with these settings
Are you sure it's not caused by this setting?
Yep; checked it properly and it is disabled.
Sorry for the very late response.
Thanks, I will try to fix it for the next update
Alrighty, it's not my side of issues right?
Yeah. I just tested it. It only re-opens the window from the tray menu
Alright, and one last question: how do I edit the code of this project?
Thanks a lot :D
Wait. I just remembered, I already fixed this problem in v1.5 version. It will work after the next update.
If you want to learn how to code:
3. Download and install Node.js (version 15.14.0): https://nodejs.org/en/download/releases/
4. Watch a few Youtube tutorials about Javascript, Vue.js, and Electron
To open the app in "development" mode. Open the project folder in command prompt and then run this command:
npm run electron:serve
Alright, thanks a lot. It would help if you could guide me to the opening page of the app, as I want to experiment (i know Javascript and all) just wanna try. Thanks.
If you do the steps I mentioned above, the app will open after you run: npm run electron:serve
And then you will be able to modify the code and see the changes
Thanks a lot, really appreciate it 😄
I did it, changed the title to Montserrat cuz it's my favorite. Never thought I could do :D
Thanks a lot index.txt .
Good job! The main branch currently has some problems. So you can't really build and use the app, until I fix the problems and update the code on Github
I understood; just did it for fun. Thanks a lot for guiding me.