mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 09:55:32 +00:00
Missed a couple of spots with the name changes.
This commit is contained in:
parent
304b94c7db
commit
3f35f5b7ba
1 changed files with 6 additions and 6 deletions
|
|
@ -7,9 +7,9 @@ namespace com.keyman.osk {
|
|||
* each field.
|
||||
*/
|
||||
export interface BannerOptions {
|
||||
persistentBanner?: boolean;
|
||||
enablePredictions?: boolean;
|
||||
enableCorrections?: boolean;
|
||||
alwaysShow?: boolean;
|
||||
mayPredict?: boolean;
|
||||
mayCorrect?: boolean;
|
||||
imagePath?: string;
|
||||
}
|
||||
|
||||
|
|
@ -58,9 +58,9 @@ namespace com.keyman.osk {
|
|||
private imagePath?: string = "";
|
||||
|
||||
public static readonly DEFAULT_OPTIONS: BannerOptions = {
|
||||
persistentBanner: false,
|
||||
enablePredictions: true,
|
||||
enableCorrections: true,
|
||||
alwaysShow: false,
|
||||
mayPredict: true,
|
||||
mayCorrect: true,
|
||||
imagePath: ""
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue