You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted this feature so bad I added it myself. I have discovered that the value in question is DEFAULT_PAGE, which is in this file.
For my personal use, I've just hardcoded it to my preferred value.
For a proper feature in Neo, this constant should be turned into a setting that can be changed with the GUI. I would make a PR for this myself, but I am brand new to Android/Java development, and I don't even know where to start with that!
(Edit: for anyone else who intends to try hardcoding this, be advised that the launcher will crash immediately if DEFAULT_PAGE doesn't exist. So, before you recompile the app with DEFAULT_PAGE set to >0, you have to first create a bunch of pages with a version of the app where DEFAULT_PAGE=0.)
Description
I have 3 desktop pages. At the moment, when I press the home button it takes me to the 1st page on the left.
I'd like the centre page to be my home screen. That way I can easily swipe left or right to my widgets.
I've used some launchers which let the user set any screen as the default.
Perhaps this could be built into #116 ?
Love the launcher. Thanks for all your hard work!
The text was updated successfully, but these errors were encountered: