PenguinMod / penguinmod.github.io

PenguinMod Main Repo that combines the other repos together!
https://penguinmod.github.io/
GNU General Public License v3.0
18 stars 95 forks source link

How do you change the file searcher? #20

Closed GalacticCoderReturns closed 1 year ago

GalacticCoderReturns commented 1 year ago

I'm making a PenguinMod mod and I want when you load a project from your computer, the file finder says "Zinc Coding program", but it says "PenguinMod Project". How is that managed?

JeremyGamer13 commented 1 year ago

that seems to be handled by src/lib/tw-filesystem-api.js https://github.com/PenguinMod/penguinmod.github.io/blob/develop/src/lib/tw-filesystem-api.js

GalacticCoderReturns commented 1 year ago

I mean this Screenshot 2023-09-10 4 29 02 PM

JeremyGamer13 commented 1 year ago

yes, that file contains the code to change that label

GalacticCoderReturns commented 1 year ago

But where?

JeremyGamer13 commented 1 year ago

line 7 and 21? if you changed those already and nothing happened, do note that pm takes around 5 minutes to update usually

GalacticCoderReturns commented 1 year ago

Thank you! It did not work last time I tried.