fix: add quick way to go back to desktop by sokumon [frappe] PR#35297
From: https://github.com/frappe/frappe/pull/35297
Date: 2025-12-17 14:46:46+05:30
- fix: add quick way to go back to desktop
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-35297
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-35297
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease