I’m trying to add a new wallpaper, but it’s not showing up in the Settings app. What could I be doing wrong? #51
Answered
by
dailker
IsmailBinMujeeb
asked this question in
Q&A
-
I’m trying to add a new wallpaper, but it’s not showing up in the Settings app. What could I be doing wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
dailker
Oct 3, 2025
Replies: 1 comment
-
To fix wallpaper issues: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
IsmailBinMujeeb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To fix wallpaper issues:
1. Place image in
public/backgrounds/
(e.g.,my-custom-wallpaper.jpg
).2. Update
src/context/SettingsContext.js
:javascript<br>const defaultWallpapers = ['/backgrounds/orbitos-default.jpg', '/backgrounds/my-custom-wallpaper.jpg'];<br>
3. Restart with
npm run dev
.4. Check path and format. Submit a pull request or create an issue if unresolved.