mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
El estado de la toolbar se almacena ahora en la configuraci?n.
Se ha modificado el escroll vertical para que s?a fluido (wheel).
This commit is contained in:
@ -78,6 +78,8 @@
|
||||
void setBackgroundColor(const QColor& color){settings->value(BACKGROUND_COLOR,color);};
|
||||
bool getAlwaysOnTop(){return settings->value(ALWAYS_ON_TOP).toBool();};
|
||||
void setAlwaysOnTop(bool b){ settings->setValue(ALWAYS_ON_TOP,b);};
|
||||
bool getShowToolbars(){return settings->value(SHOW_TOOLBARS).toBool();};
|
||||
void setShowToolbars(bool b){return settings->setValue(SHOW_TOOLBARS,b);};
|
||||
|
||||
void save();
|
||||
|
||||
|
Reference in New Issue
Block a user