mirror of
https://abf.rosa.ru/djam/chromium-browser-stable.git
synced 2025-02-24 15:12:49 +00:00
Fix default homepage
A new tab is a default page on start up, so it was not noticed. Thanks to ilfat@
This commit is contained in:
parent
6dfdffc81d
commit
8257e54e93
2 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@
|
|||
Summary: A fast web browser based on the Blink engine
|
||||
Name: chromium-browser-stable
|
||||
Version: 95.0.4638.69
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: BSD, LGPL
|
||||
Group: Networking/WWW
|
||||
Url: https://www.chromium.org/Home
|
||||
|
|
|
@ -73,7 +73,7 @@ if [ ! -d ~/.config/chromium/Default ]; then
|
|||
"use_system": true
|
||||
}
|
||||
},
|
||||
"homepage": "http://www.opensuse.org/",
|
||||
"homepage": "https://rosalinux.ru",
|
||||
"homepage_is_newtabpage": false,
|
||||
"session": {
|
||||
"restore_on_startup": 1
|
||||
|
|
Loading…
Add table
Reference in a new issue