mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-24 16:40:25 +00:00
Small fixes
This commit is contained in:
parent
3f10abdea8
commit
4abe8e81d4
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ public class SyncCategory extends AppPrefsCategory {
|
|||
.sub(new OptionsBuilder()
|
||||
.name("enableGitStorage")
|
||||
.description(
|
||||
AppProperties.get().isStaging() && !prefs.developerMode().getValue() ? "enableGitStoragePtbDisabled" : "enableGitStorage")
|
||||
AppProperties.get().isStaging() && !prefs.developerMode().getValue() ? "enableGitStoragePtbDisabled" : "enableGitStorageDescription")
|
||||
.addToggle(prefs.enableGitStorage)
|
||||
.disable(AppProperties.get().isStaging() && !prefs.developerMode().getValue())
|
||||
.nameAndDescription("storageGitRemote")
|
||||
|
|
Loading…
Reference in a new issue