mirror of
https://github.com/silvanocerza/github-gitless-sync.git
synced 2026-07-22 05:41:36 +00:00
Set firstStart to true on mobile
This commit is contained in:
parent
03a3bde3bb
commit
6888899e17
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ export default class GitHubSyncPlugin extends Plugin {
|
|||
async onUserEnable() {
|
||||
if (Platform.isMobile) {
|
||||
// TODO: Implement onboarding for mobile
|
||||
this.settings.firstStart = false;
|
||||
this.saveSettings();
|
||||
return;
|
||||
}
|
||||
if (this.settings.firstStart) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue