mirror of
https://github.com/ByteAtATime/raycast-linux.git
synced 2025-08-31 11:17:27 +00:00
chore: remove placeholder preference values
This commit is contained in:
parent
58e48213bd
commit
f2191cbdb4
1 changed files with 1 additions and 6 deletions
|
@ -81,12 +81,7 @@ export const getRaycastApi = () => {
|
|||
if (currentPluginName) {
|
||||
return preferencesStore.getPreferenceValues(currentPluginName, currentPluginPreferences);
|
||||
}
|
||||
return {
|
||||
lang1: 'en',
|
||||
lang2: 'zh-CN',
|
||||
autoInput: true,
|
||||
defaultAction: 'copy'
|
||||
};
|
||||
return {};
|
||||
},
|
||||
getSelectedFinderItems,
|
||||
getSelectedText,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue