|
@@ -206,7 +206,12 @@ export default function UtilitySection({ closeSidebar }) {
|
|
closeSidebar={closeSidebar}
|
|
closeSidebar={closeSidebar}
|
|
setLoading={startLoading}
|
|
setLoading={startLoading}
|
|
/>
|
|
/>
|
|
- <WatchFolder open={watchFolderView} onClose={closeWatchFolder} />
|
|
|
|
|
|
+ {isElectron() && (
|
|
|
|
+ <WatchFolder
|
|
|
|
+ open={watchFolderView}
|
|
|
|
+ onClose={closeWatchFolder}
|
|
|
|
+ />
|
|
|
|
+ )}
|
|
<Preferences
|
|
<Preferences
|
|
open={preferencesView}
|
|
open={preferencesView}
|
|
onClose={closePreferencesOptions}
|
|
onClose={closePreferencesOptions}
|