Skip to content

Commit 317258a

Browse files
committed
Redesgin settings panel for explorer plugin
1 parent 62677bc commit 317258a

File tree

2 files changed

+614
-630
lines changed

2 files changed

+614
-630
lines changed

Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public void Save()
227227
VerticalAlignment = VerticalAlignment.Center,
228228
Margin = SettingPanelItemTopBottomMargin,
229229
TextAlignment = TextAlignment.Left,
230-
TextWrapping = TextWrapping.Wrap
230+
TextWrapping = TextWrapping.Wrap // TODO: Check password and others
231231
};
232232

233233
break;

0 commit comments

Comments
 (0)