aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Platform.h')
-rw-r--r--src/Platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Platform.h b/src/Platform.h
index 10c63dd23..ce04d9b22 100644
--- a/src/Platform.h
+++ b/src/Platform.h
@@ -313,6 +313,7 @@ struct ListOptions {
std::optional<ColourRGBA> back;
std::optional<ColourRGBA> foreSelected;
std::optional<ColourRGBA> backSelected;
+ AutoCompleteOption options=AutoCompleteOption::Normal;
};
class ListBox : public Window {