Skip to content
Snippets Groups Projects
Commit d7248352 authored by Lab3's avatar Lab3
Browse files

Removing default settings

parent 4798c4d8
Branches
No related tags found
No related merge requests found
...@@ -118,13 +118,6 @@ void SDasherWidget::Construct(const FArguments& InArgs) ...@@ -118,13 +118,6 @@ void SDasherWidget::Construct(const FArguments& InArgs)
Settings->Save(); Settings->Save();
DasherMainInterface = MakeShared<Dasher::DasherInterface>(Settings); DasherMainInterface = MakeShared<Dasher::DasherInterface>(Settings);
DasherMainInterface->SetDefaultInputDevice(this); DasherMainInterface->SetDefaultInputDevice(this);
//change dasher parameters
DasherMainInterface->SetBoolParameter(BP_AUTO_SPEEDCONTROL, false); //Auto Speed Control
DasherMainInterface->SetLongParameter(LP_DASHER_FONTSIZE, 18);
DasherMainInterface->SetLongParameter(LP_MAX_BITRATE, 400); //Maximum Speed
//DasherMainInterface->SetStringParameter(SP_INPUT_FILTER, "Stylus Control"); //On Hold
DasherMainInterface->SetStringParameter(SP_ALPHABET_ID, "German without punctuation");
DasherMainInterface->SetLongParameter(LP_MIN_NODE_SIZE, 15);
DasherMainInterface->SetScreen(this); DasherMainInterface->SetScreen(this);
DasherMainInterface->SetBuffer(0); DasherMainInterface->SetBuffer(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment