You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#190 by fefaulting to 1000 entries. This can be overriden in the %APPDATA%\Buttplug\config.json file:
```
{
"buttplug": {
"server": {
"port": "12345",
"secure": "False",
},
"log": {
"max": "5000"
}
}
}
```
Fixes#185 by allowing multi-line selection and handling Ctrl+C to copy the log entries to the clipboard.
Fixes#187 by adding a Clear Log button, which clears the log list.
<Button Grid.Row="1"Content="Save To File"HorizontalAlignment="Right"Margin="403,3.667,15,0"VerticalAlignment="Top"Width="70"Click="SaveLogFileButton_Click"/>
<Button Grid.Row="1"Content="Save To File"HorizontalAlignment="Right"Margin="0,5,10,0"VerticalAlignment="Top"Width="70"Click="SaveLogFileButton_Click"/>
0 commit comments