Skip to content

Commit c9d7525

Browse files
committed
chore: drag and drop is now experimental in all platforms
1 parent f759fae commit c9d7525

File tree

1 file changed

+2
-2
lines changed
  • src/extensions/default/DebugCommands

1 file changed

+2
-2
lines changed

src/extensions/default/DebugCommands/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -826,8 +826,8 @@ define(function (require, exports, module) {
826826
hideWhenCommandDisabled: true
827827
});
828828

829-
if(Phoenix.isNativeApp && Phoenix.platform === "linux") {
830-
// there is only one experimental feature- drag and drop available in native linux apps only.
829+
if(Phoenix.isNativeApp) {
830+
// there is only one experimental feature- drag and drop available in native apps only.
831831
const experimentalSubmenu = debugMenu.addSubMenu(Strings.CMD_EXPERIMENTAL_FEATURES, EXPERIMENTAL_FEATURES_SUB_MENU);
832832
CommandManager.register(Strings.CMD_ENABLE_DRAG_AND_DROP, DEBUG_DRAG_AND_DROP, ()=>{
833833
PreferencesManager.set(DragAndDrop._PREF_DRAG_AND_DROP,

0 commit comments

Comments
 (0)