mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 17:13:48 +01:00
Update style
This commit is contained in:
parent
aab2a24976
commit
afe238d941
@ -333,7 +333,7 @@ zathura_document_open(zathura_t* zathura, const char* path, const char* password
|
||||
/* jump to first page if setting enabled */
|
||||
bool always_first_page = false;
|
||||
girara_setting_get(zathura->ui.session, "open-first-page", &always_first_page);
|
||||
if (always_first_page) {
|
||||
if (always_first_page == true) {
|
||||
document->current_page_number = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user