mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-02 16:29:55 +02:00
inactive cursors default false.
This commit is contained in:
parent
6fa2f4513f
commit
6b417131f2
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ func (Session) Init(cmd *cobra.Command) error {
|
|||
return err
|
||||
}
|
||||
|
||||
cmd.PersistentFlags().Bool("session.inactive_cursors", true, "show inactive cursors on the screen")
|
||||
cmd.PersistentFlags().Bool("session.inactive_cursors", false, "show inactive cursors on the screen")
|
||||
if err := viper.BindPFlag("session.inactive_cursors", cmd.PersistentFlags().Lookup("session.inactive_cursors")); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue