mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-30 19:14:55 +01:00
Update style
This commit is contained in:
parent
01b5750bcc
commit
aab2a24976
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ zathura_document_open(zathura_t* zathura, const char* path, const char* password
|
||||||
bool always_first_page = false;
|
bool always_first_page = false;
|
||||||
girara_setting_get(zathura->ui.session, "open-first-page", &always_first_page);
|
girara_setting_get(zathura->ui.session, "open-first-page", &always_first_page);
|
||||||
if (always_first_page) {
|
if (always_first_page) {
|
||||||
document->current_page_number = 0;
|
document->current_page_number = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* apply open adjustment */
|
/* apply open adjustment */
|
||||||
|
|
Loading…
Reference in a new issue