You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spent some time debugging my date format, here's why:
My date module is in the top bar and the local option from the config.ini file is implemented in the [bar/bottom] module. So i moved the local option to the [bar/main] module and now my locale format is updated for both bars.
So now it works but I found it a bit confusing since i had to move things around in order to get it done
There is a lot more options that are located between the end of the [bar/bottom] and the start of the [setting] module (where I found locale option)
I can't figure out all of their uses but i'm pretty sure this is not the place where they are intended to be either.
The text was updated successfully, but these errors were encountered:
I spent some time debugging my date format, here's why:
My date module is in the top bar and the local option from the config.ini file is implemented in the [bar/bottom] module. So i moved the local option to the [bar/main] module and now my locale format is updated for both bars.
So now it works but I found it a bit confusing since i had to move things around in order to get it done
There is a lot more options that are located between the end of the [bar/bottom] and the start of the [setting] module (where I found locale option)
I can't figure out all of their uses but i'm pretty sure this is not the place where they are intended to be either.
The text was updated successfully, but these errors were encountered: