Skip to content

Commit

Permalink
the last hiden locke
Browse files Browse the repository at this point in the history
  • Loading branch information
cartoone222 committed Jun 18, 2024
1 parent 1f14054 commit 4300c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/global_preferences.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class GlobalPreferences {
bool syntaxhighlighting() const { return m_syntaxhighlighting; }
void setSyntaxhighlighting(bool syntaxhighlight) { m_syntaxhighlighting = syntaxhighlight; }
bool clearshift() const { return m_clearkshift; }
void setclearshift(bool clearalphalockshift) { m_clearkshift = clearalphalockshift; }
void setclearshift(bool clearalphashift) { m_clearkshift = clearalphashift; }
int brightnessLevel() const { return m_brightnessLevel; }
void setBrightnessLevel(int brightnessLevel);
const KDFont * font() const { return m_font; }
Expand Down

0 comments on commit 4300c42

Please sign in to comment.